(moved by moderator) -> Dear moderator, please have a look into the editing note at the end. Thanks.
-
-
Hello,
I´m successful creating an activity in a workflow (CRM 5.0).
In the corresponding task container an attribute of type BUS2000126 was added.
In the workflow method I want to create also an object of type BUS2000126 by using the guid of the generated activity. After that the new object should exported to the container.
coding:
swc_create_object lv_object_act 'BUS2000126' lv_act_guid. swc_set_element container 'YY_ACT' lv_object_act.
The parameter lv_act_guid contains the activity guid ( TYPE crmt_object_guid).
The container element YY_ACT has the TYPE BUS2000126.
My problem: