Question
1
Replies
31
Views
Posted: September 9, 2020
Last activity: September 9, 2020
Set and fetch value from Blob through Activity
Can some let me know how can we set the value to the blob and see that again within Activity.?
***Edited by Moderator Marissa to change type from General to Product, update Product details and Platform Capability tags****
By using Obj-Open or Obj-Open-By-Handle you can fetch the values from Blob to clipboard page and make the changes.
Step 1 : Page-New
Step 2 : Obj-Open-By-Handle
Step 3 : Property-Set --> to update the value
Step 4: Call SaveAndCommitWithErrorHandling --> This will save the value back to DB
Step 5 : Page-Remove
If you open it again you should get updated value