Hi Erik,
I wanted to transfer both Item Unit of Measure Code (via Type = Lookup) and Qty. per Unit of Measure (via Lookup field Transfer when transferring Item Unit of Measure Code) to Item Card and Item List and successfully doing so.
Then, when I want to create a Page Calculated Fields in Item List using the following expression an error occurred despite already verified.
Rec.Inventory / Rec.BUoMQtyPer2ndUoM
Error Message:
Package validation failed due to the following error(s): PageExtensions/Item_List_PageExt.al (65,43) – Error AL0104: Syntax error, ‘)’ expected
PageExtensions/Item_List_PageExt.al (65,43) – Error AL0104: Syntax error, ‘{‘ expected
PageExtensions/Item_List_PageExt.al (65,43) – Error AL0124: The property ‘ndUoMInventoryCalc’ cannot be used in this context
PageExtensions/Item_List_PageExt.al (65,61) – Error AL0104: Syntax error, ‘=’ expected
PageExtensions/Item_List_PageExt.al (90,21) – Error AL0107: Syntax error, identifier expected
PageExtensions/Item_List_PageExt.al (90,21) – Error AL0104: Syntax error, ‘(‘ expected
PageExtensions/Item_List_PageExt.al (90,40) – Error AL0104: Syntax error, ‘:’ expected
PageExtensions/Item_List_PageExt.al (90,40) – Error AL0107: Syntax error, identifier expected
PageExtensions/Item_List_PageExt.al (90,40) – Error AL0104: Syntax error, ‘;’ expected
You’re not allowed to start a “name” with a number. Simple Object Designer should probably test for this…. 🙂
Go to the Simple Object Designer setup page and use “download source”, then send me that zip file to support@hougaard.com – Then I’ll take a look.