Xbasic
Work Queue Functions
Description
Alpha Anywhere provides the following functions for working with the work queue.
- Name
- Description
- a5w_DeleteFromWorkQueue Function
pValues is a dot variable. Used in a Web application to delete an entry in the Work Queue. pValues.id is the value of the entry to be deleted. .
- a5w_ReadFromWorkQueue Function
pValues.ID is the GUID primary key of the record and must be set on input. Used in a Web application to read data to the Work Queue. pValues.id is the value of the entry to be read. pValues gets populated with values from all fields in the record.
- a5w_SaveToWorkQueue Function
Used in a Web application to save data to the Work Queue.
- a5w_UpdateWorkQueue Function
Used in a Web application to update data in the Work Queue. pValues.id is the value of the entry to be update. pValues must contain values for all fields to be updated.