fields visible in the posted document

mrigyamrigya Member Posts: 124
i have added 2 field(Unit code and department code) in warehouse shipment.and i want,when the shipment is posted then unit code and department code should be taken from warehouse shipment.as in the base its taking the unit code and department code from the sales order screen.and i do not find any unit code and department code field mentioned in the codeunit(5763) Whse.-Post Shipment.
Hope you understood what i mean.
Please help..its urgent

Thanks
Mrigya

Comments

  • kapamaroukapamarou Member Posts: 1,152
    Maybe they are transferred using TRANSFERFIELDS. Look for this command in help. In short, if two fields have the same ID in different tables, TRANSFERFIELDS will copy the values from one table to the other... If you don't have permission for the specific FieldNo you'll need to add code to do it manually...
Sign In or Register to comment.