Online documentation - WebsydianExpress v3.0 |
Inheriting from this entity will add a simple web maintenance suite containing a grid page, an insert page, and an update page.
Source Object | Verb | Target Object |
---|---|---|
MyEntity | is a ENT | WSYAPI/WebEditDialogForProcess |
The insert, update, and delete events all perform validation according to the rules defined in the Plex model.
Inheriting from the abstract entity provides you with a scoped WebEditSuite. Modify these functions to suit your need - for example change the sort order of the grid by changing the view used to load the grid - or implement special rules for selecting or deselecting records by changing the blockfetch function to use when loading the grid.
You can disable the validation performed by the EventHandlers by setting the ValidationEnabled option to No for the EventHandler functions:
Source Object | Verb | Target Object |
---|---|---|
MyEntity | is a ENT | WSYAPI/WebEditDialogForProcess |
MyEntity.WebEditSuite.InsertPage.Insert | option value SYS
...value SYS |
ValidationEnabled
No |
MyEntity.WebEditSuite.UpdatePage.Update | option value SYS
...value SYS |
ValidationEnabled
No |
MyEntity.WebEditSuite.GridPage.Delete | option value SYS
...value SYS |
ValidationEnabled
No |