APL函數(shù)代碼開放場景-強(qiáng)制通知Groovy代碼示例
2025-02-11 14:32:01 193 本站
UIAction openDialogAction = OpenDialogAction.build{
type = "ShowCenter" //顯示模式,目前支持 「ShowCenter 居中彈框」和「FullScreen 全屏顯示」兩種模式
title = "強(qiáng)通知" //標(biāo)題
width = 800 //寬度,僅在 ShowCenter 模式下有效
maxHeight = 123 //最大高度,僅在 ShowCenter 模式下有效
userData = ["key":"value"] //返回的數(shù)據(jù),這部分是用戶的數(shù)據(jù),數(shù)據(jù)結(jié)構(gòu)是一個map
component { //自定義組件
apiName = "component_PhjHJ__c" //自定義組件的apiName
}
}
return openDialogAction
部分內(nèi)容來源于互聯(lián)網(wǎng),如有侵權(quán),請聯(lián)系客服刪除處理。