Manage the folderID within the script record instead of embedding it directly in the script

Scenario:

  • Hardcoding values in the script (e.g., folder ID) is not best practice.
  • Store such values in a script record field and fetch them using the runtime module.

Steps:

  • Add the folderID as a parameter in the script record.

  • Give the folderID value in the script deployment

  • Using runtime module get the folderID

Leave a comment

Your email address will not be published. Required fields are marked *