Task #17862
WSC: WFschemaDelete()
Start date:
Due date:
% Done:
100%
Estimated time:
Description
WFschemaDelete()
¶
Request
{
"slice": 5,
"app": "retailsales",
"class": "garmentitems"
}
where the tuple (slice,app,class)
identify one schema in a realm.
Processing
The calling user must have schema
capabality for this app, and must belong to the same realm
as the record being deleted.
The system will check whether there are any workflows in the ruleset
table whose (slice,app,class)
match this record. If this is true, then the call will fail. Else, the record will be deleted.
Response
If the call is successful, no data will be present in the response.
Updated by Aniket Shinde about 1 year ago
- % Done changed from 0 to 80
- Assignee set to Aniket Shinde
- Status changed from In Progress to Testing
Task Completed,
Pending: realm implementation