Hi,
I have a requirement to populate financial dimensions from the default dimension of the project, when i create a new stores requisition from project. I dont want the dimension to be entered manually.
i found Table StoresReqLine which has initFromProjTable methods,anyone knows what code to include
Do you have copyDimension on your table?
Have a look at \Data Dictionary\Tables\InventJournalTrans\Methods\initFromProjTable
Yes i do have copy dimension on my table
this.DefaultDimension = this.copyDimension(projTable.DefaultDimension);
its not populating the dimensions
Have you tried to debug? Does DefaultDimension has any value in the table?
yes the DefaultDimension has values in the table
GavenManyama said:yes the DefaultDimension has values in the table
Is that value correct? if so then it could be issue with displaying the values in form.