You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Read EFF value from Item level EFF directly

Received Response
25
Views
2
Comments
edited Nov 21, 2020 3:19AM in Pricing 2 comments

Summary

Read EFF value from Item level EFF directly

Content

Hi 

   As part of below  Algorithm, we are trying to read the Item EFF value directly from item definition for data set 'Candidate'. 

Algorithm: Get Base List Price for Goods and Services

   the red highlighted part used to derive the Pricing UOM code based on EFF value derived from item level. This code is always returning order line level UOM code and not based on Item level EFF value. Any pointers on how to fetch item EFF value directly.

getCharges(Line.AppliedPriceListId, Line.PricingDate, (CWTypeUDA.locate([InventoryItemId: Line.InventoryItemId, InventoryOrganizationId: Line.InventoryOrganizationId, AttributeGroupCode: 'Finished Goods', AttributeTypeCode: 'Item Attribute', AttributeCode: 'Weight Type']) == 'Catchweight') ? 'CW' : (Line.LineQuantity.UnitCode)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!