| MainMoveHelpdeskObjectToCustomerFolder Method |
Note: This API is now obsolete.
The method moves the action object to the active user’s company folder.
Used by Omada Helpdesk.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Omada helpdesk specific")]
public bool MoveHelpdeskObjectToCustomerFolder(
CodeMethodInvokeContext context,
string customerPropertysysName,
string folderPropertySysName
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
- customerPropertysysName
- Type: SystemString
Indicates the system name for the reference property on the user type, which contains a customer object.
- folderPropertySysName
- Type: SystemString
Indicates the system name for the reference property on the customer type, which contains a folder object.
Return Value
Type:
Boolean
See Also