コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to purge a service ?

Avatar

Level 1

Hello,

I want to create a technical workflow to purge a service (subscription) every day. I tried some activity but it's look impossible. Maybe with a SQL activity and use truncate ?

Do you have any solution or the good SQL to purge a specific service ?

Thank you

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi,

Use the Subscription Services activity in your workflow. The Update data activity will also work.

Truncate is the most performant if you only want to wipe the NmsSubscription table and do nothing else- be sure to insert Campaign's zero record afterward.

Thanks,

-Jon

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

Hi,

Use the Subscription Services activity in your workflow. The Update data activity will also work.

Truncate is the most performant if you only want to wipe the NmsSubscription table and do nothing else- be sure to insert Campaign's zero record afterward.

Thanks,

-Jon

Avatar

Level 1

Thank you