[development-axapta] Re: Mandatory Field List AX2009

2009-07-20 Thread Toporjinschi Sergiu
hello for a simple list try this: 1. open find window 2. search = All nodes; 3. Containing text = Mandatory *#Yes 4. use selection = Unchecked 5. look in = \Data Dictionary\Tables 6. push Find Now if you want click on first row holding the shift key pressed and click

[development-axapta] Re: Mandatory Field List AX2009

2009-07-20 Thread Toporjinschi Sergiu
--- In development-axapta@yahoogroups.com, lispyj ljjohn...@... wrote: I would like to pull a list of all of the mandatory fields in the AOT. Does anyone have a method for doing this? Thanks. hello for a simple list try this: 1. open find window 2. search = All nodes; 3. Containing

Re: [development-axapta] Mandatory Field List AX2009

2009-07-20 Thread Abdul Samad Patel
Hi The following job will do this for you. static void findTheNumberOfMandatoryFieldsinTables(Args _args) { Dictionary dictionary; TableId tableId; SysDictTabledictTable; int numOfMandatoryFields = 0; SysDictFieldfield; int64

Re: [development-axapta] Mandatory Field List AX2009

2009-07-20 Thread Sumit Loya
Hi, This job may help you. static void MandatoryFields(Args _args) { Dictionary dictionary = new Dictionary(); SysDictTablesysDictTable = new SysDictTable(dictionary.tableNext(0)); SysDictFieldsysDictField; int i, j; boolean fieldFound = false;

[development-axapta] Re: Problem of join Datasources on the Form

2009-07-20 Thread Toporjinschi Sergiu
hello check the datasource property on each grid control. good luck! --- In development-axapta@yahoogroups.com, Özcan Ayyýldýz ayyildizoz...@... wrote: Hi everyone; I am experiencing a problem with my newly created form on Ax.40. There is one grid on the form, i need to place a lot of

Re: [development-axapta] Problem of join Datasources on the Form

2009-07-20 Thread enkidou
Hi, This answer will be as is. I don't have DAX there to check it. If you want to use different datasources in the same grid without any data method (display or edit), you can't use passive active or delayed join. Those join refresh child source regarding the current record selected. You can try

[development-axapta] Query about inventsumlogtts in AX 4.0 SP1

2009-07-20 Thread munender soperna
Hi Can we delete the record from inventsumlogtts? we are not using any functionality of master planning and we have the license of master planning. can we stop new entry creation in this table or we can delete all the record time to time basis, without effecting the any another functionality