• Sai Ravulapati
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Hi,

I have a time-based workflow on the account which is updating a checkbox field to true when this action is executed I want my custom code to fire (after update) and make some updates on the object. Currently, the scheduled time-based action is changing to the future time when it comes to schedule execution time.

Thanks
I'm getting below error when I try to insert custom metadata records from CSV file through the VS Code. I tried this (https://salesforce.stackexchange.com/questions/333535/errors-running-sfdx-forceorg-commands-getnumber-is-not-a-function) and this (https://github.com/forcedotcom/cli/issues/544) , but it didn't help. How this can be resolved?
 
ERROR running force:cmdt:record:insert:  Cannot read properties of undefined (reading 'replace')

Below is the data in a csv.
 
Industry__c,T_Industry__c
Test,Test

 
Hi,

I have a time-based workflow on the account which is updating a checkbox field to true when this action is executed I want my custom code to fire (after update) and make some updates on the object. Currently, the scheduled time-based action is changing to the future time when it comes to schedule execution time.

Thanks