buli
2022-04-08 f1c525740c6a45b875d8ed96fb0ddb68c97ef3df
force-app/main/default/classes/NewReplacementOpportunityController.cls
@@ -13,6 +13,8 @@
   public String rtUrl { get; set; }
   public String ProductSegment { get; set; }
   public String staticResource {get; set;}
   public String opportunityAWSDataId{get; set;}
   public NewReplacementOpportunityController() {
      baseUrl = URL.getSalesforceBaseUrl().toExternalForm();
@@ -70,7 +72,7 @@
      if (UserInfo.getUserType() == 'PowerPartner' && acc.ProductSegment__c != 'BS') {
         opp.Dealer__c = dealerId;
      }
        staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('Opportunity'));
      return null;
   }