03-04-2021, 02:57 PM
(03-03-2021, 10:58 PM)joebordes Wrote: the result is not the siccode, it returns the ID you need to save in the field
Ok now I understand, the id that it returns is the ID of the account. But do I have to relate it to some other expression? because by means of that ID, it does not update the field, it is still empty.
workflow ----> some condition ----> task ----> update fields ----> related to / Accounts-Organization Name
expression = getIDof('Accounts', 'siccode', description)
the field still empty. If I change the field by "solution" which is a free text field, if I update it and I get "8418" which is the account ID number. From what I understand that the expression and the workflow work correctly. Only maybe the ID field that the expression returns to me, I have to turn it into another field?
Thanks Joe.
Sorry for the insistence