Configure restlet.createRecord mapping
Item Location Configuration Property Mapping Settings
Setting
Value
Item Location Configuration Property Mapping Rules
return {
itemlocationconfiguration: {
subsidiary: "2",
location: "4",
atpleadtime: 90,
minimumrescheduledays: 1,
reschedulehorizon: 90,
rescheduleindays: 7,
rescheduleoutdays: 30,
supplylotsizingmethod: "FIXED_LOT_SIZE",
fixedlotsize: 1,
supplytype: rowData.isAssemblyRow === true ? "BUILD" : "PURCHASE",
iswip: true,
},
};Last updated