itconsultant
12th June 2016, 09:34
Hello,
We have created bo xxx bl904st00 and bo xxx bl904sb00 program scripts for
Outbound order BOD BII files. Some of the header info [customer and shipping details] is missing in outbound order xml. Please let me know which function in these scripts needs to be modified to get missing info in output outbound order xml. Thanks.

ARijke
13th June 2016, 08:25
Did you use Business Studio to model the mapping from LN table fields to BOD elements?
Business Studio will generate the require code in these 2 dll's. If something is missing then the mapping in BusinessStudio must be reviewed.

itconsultant
13th June 2016, 08:44
We are now getting error in LN Business studio. The description is as follows:

Attribute implementation 'OutboundOrderBOD.protectedattribute' must have a datatype.
Attribute implementation of type calculated must have an OnGetAttribute or OnSetAttribute hook.

ARijke
13th June 2016, 08:50
:-) then assign a datatype
on the second one, you need to add logic for the calculation.

bhushanchanda
13th June 2016, 11:14
And if its already calculated, just put a return(0) in those 2 hooks.