-
-
Notifications
You must be signed in to change notification settings - Fork 28
Problem with crm.deal.productrows.set #22
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Hello! I use this type of code to change product rows in a deal:
bx24.callMethod( "crm.deal.productrows.set", id = 1, rows= [{"PRODUCT_ID": 3, "PRICE": 100.00, "QUANTITY": 4}, {"PRODUCT_ID": 3, "PRICE": 200.00, "QUANTITY": 4}])But it seems that it only deletes product rows because crm.deal.productrows.get returns nothing.
What am I doing wrong?