use of dictTable.fieldGroup(i) and dictFieldGroup.field(h)

Hi all,

I would like to know the use of dictTable.fieldGroup(i) and dictFieldGroup.field(h)…Kindly explain me in detail…

Would also like to know how new field can be inserted using code.

Have a look here http://msdn.microsoft.com/en-us/library/aa875990(v=ax.50).aspx

http://msdn.microsoft.com/en-us/library/dictfieldgroup.field.aspx

hi Kranthi ,

Thanks for your info…

would like to know where to write the code for displaying a field ‘x’, that i have created and display it in Ap->Parameters->Setup->Update->updateOrderLines Menu Item button…

I have already added the label in classes->purchtable2lineField->LineDescription

Can you please Help

hi kranthi,

can you help me regarding the parameters

Add this field to purchTabe and add the same to the HeaderToLineUpdate field group in purchTable.

Then add a new case for your field in \Classes\PurchTable2LineField\lineUpdateDescription.

Let me know if you are facing any problems after doing the above(As i have not checked the result)…

hi Kranthi,

I have completed that before itself… but i did not get any field in the parameters form…

Later i checked in the purchtable2lineparameters table , where the record was not found. (fieldid)

I added the record manually and got the solution…

thanks for your reply…