i was wondering how i can pass a new field from one table to another.
example, i created a new field in gen. line journal and i wanted to pass it to the G/L entry table. I created the fields exactly the same in each table with the same field #, name and settings.
but when i post, the information doesnt show up on the G/L entry table.
what do i need to do to validate this field so it will pass
- So it Goes.
0
Comments
See "InitGLEntry" function.
now all i need is permission to do that, time to check the pricing and get with my NAV re-seller
RIS Plus, LLC
http://www.BiloBeauty.com
http://www.autismspeaks.org
I could not find the codeunit 10201 - Transfer Custom Fields in nav 2017. Will you advice please...
Kris
RIS Plus, LLC
The suggested solution was relevant is 2008. we're in 2017 and you're using NAV 2017. Fortunately, the world has changed a lot. We have more options than just modify standard objects. Check this
As suggested by @nabil.bamoh@hotmail.com, if you cannot modify standard objects, you can create events in a new codeunit i.e. create a new function. Add the eventPublisherObject i.e. your object name. Add the event function which indicates when this code will execute and if required you need to add your event publisher element like in the case of OnAfterValidateEvent.