How to implement GTINs Automatically
Summary:
Trying to implement GTINs Automatically generation for KPN and go through below CCC post 'https://community.oracle.com/customerconnect/discussion/692959/how-configured-gtin-in-oracle-fusion' .
Where we dont have enough information about configuration. How to implement below rule. Please provide in-details steps.
Content (please ensure you mask any confidential information):
For example need to be implement below rule, expecting complete documentation.
assignGTIN([Item].[AG1].[Indicator_Digit] + [Item].[AG1].[Company_Prefix] + [Item].[AG1].[Item_Ref] + gtinCheckdigit ([Item].[AG1].[Indicator_Digit] + [Item].[AG1].[Company_Prefix] + [Item].[AG1].[Item_Ref]) , "Each")
Version (include the version you are using, if applicable):
23D
Code Snippet (add any code snippets that support your topic, if applicable):