on ‎2021 May 24 11:16 AM
screenshot-1.pngDear experts,
I am very new to SAP CPQ, I need a formula rule based on customer country but on variables there is no option for the country. So I tried to use GI variable as on the below image but it does not work properly. What should be the correct expression for the customer country?
Request clarification before answering.
Hi mertkan
Instead of the country description/name I'd prefer to use the country code as you don't need to modify formulae for diff logon user's language.
And for this you can use either of the below placeholders to get the country and country code
for CountryCode - <*CTX( Quote.Customer(BillTo).CountryAbbrev )*>
for Country Name - <* CustomerCountry *>
Hope this helps,
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mehmet,
For Customer Country:
<* BT_INFO(COUNTRY_NAME) *> (or) <* CustomerCountry *>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Prithvi,
I used <*CTX( Quote.Customer(BillTo).CountryAbbrev )*> for the code of the country.
Thank you for your support.
| User | Count |
|---|---|
| 32 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.