Hello,
We have a complex system where product details are maintained in PIM tool (Akeneo) and product specific content is sent to TS through publish jobs using CS SDK. Both TS & PIM are configured to different auth mechanism which overrules possibility of sharing session / context.
As of today, each of the file (CSFile) created or updated through PIM to TS - have modified by name of the root user (whose credentials are used while connecting through CS SDK).
We are able to figure out a valid CSUser through client.getPrincipalManager().getAllTSUsers(), even set owner for CSFile - however unable to change the modified by property.
Can you please guide?
Thank you,
Regards,
TSDEVL