We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Arvind,I needed to escape colon when adding a sync job to a UserGroup:UPDATE UserGroup; UID[unique = true];syncJobs(code);backofficeadmingroup;"sync glContentCatalog\:Staged->Online"The impex interpretor was seeing the code as two values split by ...