[development-axapta] Re: CSV Import

2008-05-07 Thread allanwallis
--- In development-axapta@yahoogroups.com, "febinpc" <[EMAIL PROTECTED]> wrote: > > Hi Friends > I'm trying to Import data from CSV files to one Table. > But CSV files Contains around 100 fileds in that only 20 fileds are > required for my aplliction. > Is it possible to skip unwanted fileds a

[development-axapta] Not more than 100%

2008-05-07 Thread pranam mukher
hi all Has anyone come across this situation in standard AX, suppose you have field called percentage in your form and the total percentage should not be more than 100% if it exceeds so system should throw the error, percentage should be some of values in all the rows. name p

[development-axapta] CSV Import

2008-05-07 Thread febinpc
Hi Friends I'm trying to Import data from CSV files to one Table. But CSV files Contains around 100 fileds in that only 20 fileds are required for my aplliction. Is it possible to skip unwanted fileds at the time of importing data to the table Thanks and Regards Febin Chiramel

Re: [development-axapta] Need some design guidance

2008-05-07 Thread Rajesh Hari
Hello Jazib Things to consider: Additional info in EmplTable 1. If the addtional attributes are 1 occurence only, ie like Birthdate. (just an example)     You cant have multiple birth dates per employee. Then i would add these to the EmplTable  These are some additional arguments     a. Db remain

[development-axapta] Need some design guidance

2008-05-07 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 con