CRMScript SpmCustomerList.save doesn't save recipients

Status: Not prioritized

Description
SpmCustomerList customerList;
customerList.setName("Test customerList");
customerList.setFolderId(-1);
customerList.addRecipient(99); // ref to person  
Integer listId = customerList.save();
Expect that the list is created and 1 participant added.
Result: the list is empty. To demonstrate: (maybe add criteria if you have a large base)

SearchEngine se;
se.addFields("s_list", "id,name,type,number_of_elements");
printLine(se.executeTextTable());
Comments

Thank you for taking the time to report the issue. After careful consideration, we have decided not to address this bug at this time. Our decision is based on one or more of the following reasons:

Limited Impact: While we understand this issue affects your experience, it has a minimal impact on the overall functionality of the system.
Priority and Resources: Higher-priority tasks or strategic goals take precedence, and this issue does not align with our current focus areas.
Workaround Available: A viable workaround exists, reducing the need for an immediate fix.
We appreciate your understanding and hope you can agree on this. This allows us to focus on delivering greater value in other important areas.


Details
Issue id 15421
Registered 9 Jul 2021
Last modified 30 Jan 2025
Severity Medium
Area Service
Status Not prioritized
Target release
Type Bug