MS CRM 2013 Process Update Account - multiple values to one field -
i'm trying implement update procedure 1 in blog post (via entity , workflow updating account, triggered when new entity being created) http://www.powerobjects.com/2013/08/01/updating-records-in-microsoft-dynamics-crm/
in list , new entity "account update" have 3 fields full name of company (name, name_2, name_3).
in workflow want put these 3 , combine values in account field "company" (the company's name). in process tried insert them via "form assistant" , in field "company" have following entry:
{name(account update);name_2(account update);name_3(account update)}
but doesn't seem work. after import , update of account (which ends successful) value in "company" value of first name field.
is possible combine values? do, when choose more 1 field in form assistant , ok?
so @ last figured out how archive it.
with "form assistant" can combine or add multiple field values 1 new field bit tricky.
the value in process update properies have this:
{name(account update)} {name_2(account update)} {name_3(account update)}
but not work if enter text, have add fields 1 after recognized fields (and marked yellow).
click field (here: "company"). choose first field in form assistant. click "add", choose in list below , click "ok". field in field "company".
now go behind end of text in field make space , choose , add second field (clear list in form assistant before second field in list) it's right if looks like:
{name(account update)} {name_2(account update)}
wrong if looks following (happens when keep first field in list before adding second "ok")
{name(account update);name_2(account update)}
Comments
Post a Comment