Catalog Item Price is not Showing Correctly
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
3 settimane fa
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
3 settimane fa
So, in the order guide, it's not displaying correctly? Yes.
However, I’ve made a few observations:
1. When I open the order guide in the portal and fill in the details, it correctly moves to the catalog item. After submitting the form, both the portal and the RITM record show the correct pricing.
2. The issue occurs only **before** submitting the form in the portal.
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
3 settimane fa
Could you please check whether your variable includes a Pricing implications field (as True).
Reference
A reference variable includes a Pricing implications field.
If this field is selected and there is a price, u_price, recurring_price, or u_recurring_price field on the referenced table, the value of that field is used to modify the cost of the item being ordered when a reference value is selected.For example, suppose that computers in Phoenix cost $100 more than the ordering price, and computers in Boise cost $100 less than the ordering price.
- Set up a reference variable to the Location [cmn_location] table.
- Put a u_price field on the Location table.
- Set that field to 100 for the Phoenix location.
- Set that field to -100 for the Boise location.
When ordering a computer, if Phoenix is selected as the location for this variable, the ordering price is increased by $100. If Boise is selected, the ordering price is decreased by $100.
