cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CPQ Customer Country Formula Rules

MehmetErcomert
Explorer
0 Likes
591

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?

Accepted Solutions (1)

Accepted Solutions (1)

Nikhil_Walsetwar
Contributor
0 Likes

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

Answers (1)

Answers (1)

mpr1023
Participant
0 Likes

Hi Mehmet,

For Customer Country:

<* BT_INFO(COUNTRY_NAME) *> (or) <* CustomerCountry *>

MehmetErcomert
Explorer

Hi Prithvi,

I used <*CTX( Quote.Customer(BillTo).CountryAbbrev )*> for the code of the country.

Thank you for your support.