| | |
| | | Agency__c: this.agency1Id, |
| | | StageName__c: this.opportunityStage, |
| | | Change_To_Opportunity__c: this.recordId, |
| | | Department_Cateogy__c: this.opportunityCategory, |
| | | RecordTypeId: recTypeId |
| | | Department_Cateogy__c: this.opportunityCategory |
| | | }); |
| | | this[NavigationMixin.Navigate]({ |
| | | type: 'standard__objectPage', |
| | |
| | | state: { |
| | | nooverride: '1', |
| | | defaultFieldValues: defaultValues, |
| | | recordTypeId: recTypeId |
| | | } |
| | | }); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | |
| | | } |
| | | showToast(msg,type) { |
| | | const event = new ShowToastEvent({ |
| | | title: '', |
| | | title: ' ', |
| | | message: msg, |
| | | variant: type |
| | | variant: type, |
| | | mode: 'sticky' |
| | | }); |
| | | this.dispatchEvent(event); |
| | | } |