Level3. Account Territory
Answers
-
Hi @Gharbali ,
The formula you applied in QUO07 accepts the reference, but it isn't displaying the information because of the top-level hierarchy present in the list used in the QUO07 module. Since there is no summary assigned to the Territory line item, no values are being returned for it in the target module.To resolve this, you need to use a lookup on the Account line item from SYS07 in the target line item. Therefore, the final formula in QUO07 should be: 'SYS07 Territory>Accounts Details'.Territory[FIRSTNONBLANK: 'SYS07 Territory>Accounts Details'.Account]
(Also as there can be multiple territories assigned to single account and hence it would be better to use the count of territories as a sum instead of firstnonblank value)
Hope this helps.0