Hello All,
Hope all is well with you guys. I am a developer who have not used Dimensions till now. Now in one of our projects I have to use Dimensions with custom table. We have to link records of this table with Cost Center and Profit Center dimensions. So, each line should be linked Cost Center Dimension and Profit Center Dimension.
If you guys can shed light on how to achieve this functionality or just refer me to an example which is already in standard NAV, I would be really grateful.
Thank you in advance for your replies.
0
Comments
You can refer code unit 411 408 and 12 to understand how dimension data is posted in standard NAV. Try to replicate the stanadard method for ur custom table.
regards,
Faisal Bukhari
TableIDArray[24] := DATABASE::"Customer Contract";
Thank you once again.