I'm attempting the following...In your model, open the SYS03 Country Details System module in Blueprint view.
Add the formulas to the line items:
Line Item Formula
Code | CODE(ITEM('G2 Country')) |
Region | PARENT(ITEM('G2 Country')) |
Country Only? | TRUE |
When I add the formula, PARENT(ITEM('G2 Country')), to Region line item I receive the below error.
Invalid formula:
'SYS03 Country Details'.Region = PARENT(ITEM('G2 Country'))
'SYS03 Country Details'.Region has LIST:G1 Region format but the formula resolves to LIST:G2 Country format
Please help.