Level 2 Sprint 3 AD02
Hi ,
I've run into a problem on the Level 2 Model Building Sprint 3 Exam.
In module AD02 Inventory Ordering Overrides , Formula tips in script says:
When writing Override Shipping and Override Amount line items, make sure those Boolean are TRUE (checked), when Submit Purchase Order Request and Override Shipping Method are TRUE (checked) AND when Submit Purchase Order Request and Override Amount are TRUE (checked) - so if the end user decides not to place the order, all fields will return to hidden.
I've followed the instructions for creating the formula:
When I create line item:
Conditions: Override Shipping - Write?: Submit Purchase Order Request and Override Shipping Method are TRUE. Ok, both are boolean in INV01. Perfect, the sentences are booleans.
Conditions: Override Shipping - Write?: Submit Purchase Order Request and Override Shipping Method are TRUE. Ok, both are boolean in INV01. Perfect, the sentences are booleans.
When I create line item:
Conditions: Override Amount - Write? when Submit Purchase Order Request and Override Amount are TRUE
Submit Purchase Order Request is boolean in inv01 . However, Override Amount is NUMBER and not boolean.
Conditions: Override Amount - Write? when Submit Purchase Order Request and Override Amount are TRUE
Submit Purchase Order Request is boolean in inv01 . However, Override Amount is NUMBER and not boolean.
I dont understand the Then Override Amount - Write? line item.
Any suggest?
Regards
GFO
0
Comments
-
In that line item you will have to check if Override Suggested Order Amount & Submit Purchase Order Request is True. You are missing Override Suggested Order Amount line item somewhere.
3 -
@Misbah
Is the same ...
"Sentence AND Sentece" vs "AND ( Sentence , Sentece)" ?
I enter the formula: AND (Sentence, Sentence) and I had error.
What does 'Anaplan' L2 prefer?0 -
Its not about the preference, its the syntax that we have to follow
"Sentence AND Sentece" - Valid
2