5 Common global interface
1 get the basic information of the current open request
console.log(Wform.getBaseInfo();
// Returns the underlying information for the current request
// Output description:
{
f_weaver_belongto_userid:"5240"//user information
f_weaver_belongto_usertype:"0"
formid:-2010// form id
isbill:"1"// new/old form
nodeid:19275// node id
id requestid:4487931// request id
workflowid:16084// workflow id
}2 Contorl message display duration
Parameter
type
Required
Remarks
3 System style Confirm message box description
Parameter
type
Required
Remarks
4 Form Top Button, Right-click Menu set disable
Parameter
type
Required
Remarks
5 Right click event
Parameter
type
Required
Remarks
6 Refresh the form page
Parameter
type
Required
Remarks
7 Mobile app open link method
Parameter
type
Required
Remarks
8 Extend parameters send to server
Parameter
type
Required
Remarks
9 Get the first required field
10 Trigger one time required verification
Parameter
type
Required
Remarks
Previous4 Detail table operation interfaceNext6 Specific interface for specified field type (limit specified field type available)
Last updated