Skip to content
Snippets Groups Projects
Commit 9fd773a0 authored by Pascal Neub's avatar Pascal Neub Committed by Sebastian Listl
Browse files

[Projekt: xRM-Sales][TicketNr.: 1079960][Schreibfehler in Offer_Entity]

parent 12ed106a
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ if(contactId != "")
var salutation = addrobj.getFormattedAddress(false, "{letter_salutation},");
if (salutation != "Err.,")
{
neon.setFieldValue("field.LETTERSALUTATION", salutation);
neon.setFieldValue("$field.LETTERSALUTATION", salutation);
}
// set $field.CONTATCT_ORG_ID per contactId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment