Register new DELETE

JBScript  be defined to be executed for delete command.

Call this with:

DELETE [entityname](Parameter)

 

delete has only Parameter, no BODY

Note: Only JBScript supported

 

Additional variables that are available:

Variable

Description

result

Write the text, which you want send to the client.

code

Return the code (the default is 200 = ok. . If this is modified, it results in an error.

messagetext

Define Error text, if Code <> 200

valueX

Values 1...x

The values defined in the url string. Type is string or number

Note: The system don't check, if count of parameter is correct

 

 

[CompanyWorkOrderActivity/del]

// Add script to DeleteActivity

[/CompanyWorkOrderActivity/del]