• Philip Jones 20
  • NEWBIE
  • 10 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Creating a managed packaged without hardcoding the namespace and need help identifying where and when to apply dynamic namespace?  Basically where does the namespace get added after a package is created.

Examples:
Controller.js
evalRecord['Summary_Type__c']
evalRecord.Summary_Type__c

Would the namespace be added to those lines of code when packaged?

 
Hello,

Is there a way to create Trialforce orgs programmatically through an API?  We would like to automate this process as new versions of our package are released.