[Axapta-Knowledge-Village] How to Create Licence File for Third Party Modules

2009-02-10 Thread jazib.abdulah
Hi Guys We are new in the development of Axapta and X++. My company has created a new Module for Axapta. Now we have to distibute it to our customers. So we want to Create Licence Files for our module of Axapta for our customers. Same kind of Liscence files which we got from Microsoft to

[Axapta-Knowledge-Village] Rows missed while Importing Data

2008-11-10 Thread jazib.abdulah
HI guys Really Need your help. I exported data from some custom tables. Deleted those tables. Imported the XPO file to create those tables again. Tried to import back the data from data file, it gave me message like this. 53 out of 120 records imported. The result was Data was imported

[Axapta-Knowledge-Village] How to Import User Layer code into BUS Layer

2008-09-19 Thread jazib.abdulah
Hi Guys, need your help. I have a project file developed for me by somebody else. It was developed at USR layer. It conatins some new Tables Forms, Reports and it also conatins some customized Tables, Forms and Reports from HRM module. If I import it at USR layer, it imports and works fine

[Axapta-Knowledge-Village] Re: How to protect code in Axapta???

2008-09-11 Thread jazib.abdulah
Thanks Samit It was very helpfull. Although I yet could not find the scrambler tool over net. If you could give some hint where I can find this tool that will be great help. Thanks again

[Axapta-Knowledge-Village] How to protect code in Axapta???

2008-09-08 Thread jazib.abdulah
Hi guys, need your help How can I protect my code in Axapta??? I have written some code at USR layer and my employer wants to protect it before installing it at customers sites. How can I do that ? Thanks

[Axapta-Knowledge-Village] How to allow only Arabic Characters in a TextBox and disable all others???

2008-06-30 Thread jazib.abdulah
Hi Everybody I have a textbox on a form and I want to allow only Arabic characters in that textbox and disable all others. How can I do that?? Thanks Jazib

[Axapta-Knowledge-Village] Implications of using HRMPosition Table in my Project

2008-05-21 Thread jazib.abdulah
Hi Everybody HRMPosition table is part of HRM module. Now if I creat a new project. Add HRMPosition table and its realted extended data types and other objects into my table. Make some new tables in my project which will depend on HRMPosition table and some functionality based on HRMPosition

[Axapta-Knowledge-Village] Another Design Guidance Needed....

2008-05-20 Thread jazib.abdulah
Hi Everybody There is one table named HRMPosition. This table is part of HRM module. I am developing a module for Axapta in which requirement is like this. If HRM module is installed on client machine use HRMPosition table in our module. If HRM module is not installed make our own table with

[Axapta-Knowledge-Village] How to programatically switch between a Lookup or a ComboBox on the same field.

2008-05-14 Thread jazib.abdulah
Hi Everybody I have a table with two Columns. First Column is an Enum with two elements Second column is a string. Now on the form in the Grid When user selects first element in first column, second column should show a Lookup for another table. When user selects second element in first

[Axapta-Knowledge-Village] Where can I find good material for learning HR module of AX?

2008-05-12 Thread jazib.abdulah
Hi I want to learn HR module of AX. Where can I find good material for learning HR module of AX? Thanks

[Axapta-Knowledge-Village] Need some design Guidance. I am new in Ax.

2008-05-12 Thread jazib.abdulah
Hi everybody I have to develop a small customization in Axapta which will help user maintain some more information related to Employees which is presently not avaialable in EmplTable. What should I do? Should I make changes in EmplTable or Should I make another table of my own which will

[Axapta-Knowledge-Village] What are the implications of making changes into a table like EmplTable

2008-05-12 Thread jazib.abdulah
Hi everybody I have to develop a small module for Axapta which requires me to make some changes in EmplTable like adding some new fields and methods. But what are the implications of making these changes especially from the following point of view.How upgrades and future releases in Axapta

[Axapta-Knowledge-Village] How to add a calculated integer in a field programmaticaly without user input

2008-04-28 Thread jazib.abdulah
Hi everybody I have a table named EmployeeDocuments with two fields EmployeeID (it is actually a ForeignKey to another table Employees). SeqNo (It is an integer) Both these fields collectively will make Primarykey for this table. What I want to do is whenever a new Row is added into