獲取自定義函數(shù)所綁定對(duì)象的數(shù)據(jù)信息
1、獲取登錄賬號(hào)的企業(yè)ID
返回值類型:String
context.tenantId
2、獲取登錄賬號(hào)的用戶ID
返回值類型:String
context.userId
3、獲取綁定對(duì)象的明細(xì)數(shù)據(jù)
返回值類型:Map
context.details
4、獲取綁定對(duì)象的全部數(shù)據(jù)(不包含明細(xì)數(shù)據(jù))
返回值類型:Map
context.data
5、獲取外部企業(yè)ID(只有按鈕函數(shù)適用)
返回值類型:String
context.outTenantId
6、獲取外部人員ID(只有按鈕函數(shù)使用)
返回值類型:String
context.outUserId