• HAREESH CHENNURU
  • NEWBIE
  • 0 Points
  • Member since 2010
  • Salesforce Practice Head
  • Hermitage Infotech LLC


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
We need "Field Service Dispatcher", "Field Service Mobile" and "Field Service Scheduling" license in scratch org in order to utilize the FSL managed package.

We have tried to install the FSL managed package in a scratch org, and set up FSL, but we are stopped when trying to create the permission sets for Dispatcher and Resource, as we are missing the Field Service Dispatcher and Resource licenses in the scratch orgs.

Is there any way to include these licenses in scratch orgs, for example through the "features"-property in the project-scratch-def.json file? When you add the feature FieldService you only get the Field Service Standard licens.

hi everyone.

 

i put a button(through "buttons &links") on a custom object. I want to when the user click on the button, through javascript clear a field on the custom object.

 

Anyone can help me?

 

my code

 

{!REQUIRESCRIPT("/soap/ajax/10.0/connection.js")};
{!REQUIRESCRIPT("/soap/ajax/10.0/apex.js")};

var partidafinanceira= new sforce.SObject("Partidas_Financeiras__c");
partidafinanceira.name = '{!Partidas_Financeiras__c.Name}';




    for (var i_tem = 0; i_tem <partidafinanceira.length; i_tem++){
 
        {!Partidas_Financeiras__c.Processo_de_Cobranca__c}.value="''};