cancel
Showing results for 
Search instead for 
Did you mean: 

Adding item to Service request in ABSL code C4C

former_member535186
Participant
0 Kudos

Dear Experts,

i want to find a way to add item to service request, on every save based on conditions, so i have created a before save event and check on specific fields,

i have an var : type ServiceRequest.Item but no standard method available for addign item line AddChildItem.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200995
Contributor
0 Kudos

Hi Motaz,

If we use the Deployment Unit:CUSTOMER_RELATIONSHIP_MGMT, we can use the method "AddChildItem".

Best Regards,

Benny Huang

former_member535186
Participant
0 Kudos

Dear Benny Huang,

i'd like to add some items elements but when i call the action and put sr_item as a parameter an error appears, please let me know the mandatory parameters have to be set.

regards,