Click or drag to resize
ContactCanViewAnyRequest Property
Flag to determine level of access. “True” allows authorization for other’s expense, contact can access Work Orders (service requests) created by other people via Customer Portal UI. No is only for contact’s own expenses. Default is “False”.

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CanViewAnyRequest { get; set; }

Property Value

Type: Boolean
See Also