• Erick Yamamoto
  • NEWBIE
  • 10 Points
  • Member since 2019
  • Beginner dev
  • VIVO

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
I'm a newbie.
I have a custom object "transaction__c" and looking in the workbench I have many fields, but doens't show the field "response_c"
Image1
 but in the object have him
User-added image

With this I made a query:
SELECT Response__c, name FROM Transaction__c where name ='test';
I execute the query and the return is
User-added image
Thanks.
I'm a newbie.
I have a custom object "transaction__c" and looking in the workbench I have many fields, but doens't show the field "response_c"
Image1
 but in the object have him
User-added image

With this I made a query:
SELECT Response__c, name FROM Transaction__c where name ='test';
I execute the query and the return is
User-added image
Thanks.
Hi all, 

I'm just wondering if there would be a known way to automatically kick the background jobs that are related to re-syncing the data after uploading a new Key? 

It's quite cumbersome when there are like 30 objects to re-sync manually each time a new key is being generated. We are in the process of using an automated KMS to rotate the keys, however I'd need to know if the Sync step could be somehow automated.

Any fancy ideas?