Adobe Cloud - How does it work for subscription assignmentsSummaryWe have a scheduled job that runs query to Adobe Cloud to pull all the subscription assignments for users. The scheduled job is named: SAM - Import User Subscriptions, which can be found on table: sysauto_script. The assignment information is stored on table: samp_sw_subscription. Everytime the scheduled job runs, it shall refresh the subscriptions on samp_sw_subscription table. During this process: it firstly marks all existing subscriptions to inactive, then based on information returned, it will either update existing subscription, or insert new subscription. It will set these subscriptions to be active. The rest subscriptions which are still inactive will be deleted. Above logic is defined in script include SampAdobeAdmin. Based on the logic, if a user is removed from Adobe Portal, after scheduled job runs on ServiceNow instance, the related subscription record on samp_sw_subscription table on ServiceNow instance is also removed.