I'm on some customization where I'd need to set the organization to the ID of the org_id of the current user.
I thought this would work:
<action_ruleid="contact-to-userrequest"_delta="redefine"><!-- source_oql|source_class is only necessary if there is some copy preset|retrofit --><source_oql><![CDATA[SELECT Contact AS C WHERE C.id = :current_contact_id]]></source_oql><presets><!-- Only set() and copy() are supported for now --><presetid="1">set(caller_id,$current_contact_id$)</preset><presetid="2"><![CDATA[set(org_id, $current_contact->org_id$)]]></preset><presetid="3">set(origin,portal)</preset></presets><retrofits/></action_rule>
But it seems it's not working? (I had it without CDATA before)
Any way to do it?
( Never mind, I think the mistake is in my customization )
Last edit: Jeffrey Bostoen 2023-06-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm on some customization where I'd need to set the organization to the ID of the org_id of the current user.
I thought this would work:
But it seems it's not working? (I had it without CDATA before)
Any way to do it?
( Never mind, I think the mistake is in my customization )
Last edit: Jeffrey Bostoen 2023-06-27
Hello Jeffrey,
Sorry just seeing your message.
I understand this is fixed on your side ? It is working after all ?