Greetings to all
“ViewModel Column in Nested ViewModel class – self refers to result of Expression.” This is true for “Expression:” (in my case “ClientInvoice”).
HOWEVER “Readonly Expression” and “Visible Expression” and “Disabled Expression” are using class for the root level of the ViewModel (in my case “ProjectOwner”). So I can invoke a method such as self.IssueInvoiceEffect i.e ClientInvoice.IssueInvoiceEffect but I cannot use the trigger self.trigger_IssueInvoice? for the disabled expression
The viewmodel expression editor reports
Context ProjectOwner
5:”trigger_IssueInvoice?” is not a member of “ProjectOwner”
The the viewmodel Editor reports
“The column IssueInvoiceEffect has a ExpressionForReadOnly that does not evaluate to bool”
Attachments:
You must be
logged in to view attached files.