| | |
| | | import getBulletinBoard from '@salesforce/apex/FinLibraryButtonController.getBulletinBoard'; |
| | | import {CurrentPageReference} from 'lightning/navigation'; |
| | | import { CloseActionScreenEvent } from 'lightning/actions'; |
| | | import LightningAlert from 'lightning/alert'; |
| | | import { ShowToastEvent } from 'lightning/platformShowToastEvent'; |
| | | export default class lexFinLibrary extends LightningElement { |
| | | |
| | | @api recordId; |
| | |
| | | }); |
| | | } |
| | | |
| | | FinLibrary(){ |
| | | window.open(this.Bulletin_Board__c.iPad_Finlibrary__c, 'FinLibrary', '_top'); |
| | | async FinLibrary(){ |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | window.open(this.Bulletin_Board__c.iPad_Finlibrary__c, 'FinLibrary', '_top'); |
| | | } |
| | | |
| | | } |