denny chen
2023-04-24 ab7b9ad962ebd038a8fced2544f569157b5a3e1e
force-app/main/default/classes/TenderingButtonController.cls
@@ -11,6 +11,7 @@
            res.opportunityNum = String.valueOf(report.OpportunityNum__c);
            res.isRelateProject = report.IsRelateProject__c;
            res.profileId = UserInfo.getProfileId();
            res.Environment_Url = System.Label.Environment_Url;
            System.debug(LoggingLevel.INFO, '*** xu: ' + res);
        }catch(Exception e){
            System.debug(LoggingLevel.INFO, '*** xu: ' + e);
@@ -47,5 +48,7 @@
        public String isRelateProject;
        @AuraEnabled
        public String profileId;
        @AuraEnabled
        public String Environment_Url;
    }
}