You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a domain object understands #parent:, a walkback occurs when attempting to drill into the object by clicking on it.
The attached screen shots show the problem.
The debugger opened and I clicked on the [calendar] object to drill into it.
After clicking I opened the execution stack and it is as below. The highlighted code in the left hand pane shows the error. It is caused because my object understands #parent:. There needs to be a distinction between the ‘TD object’ and a domain object.
The text was updated successfully, but these errors were encountered:
When a domain object understands #parent:, a walkback occurs when attempting to drill into the object by clicking on it.
The attached screen shots show the problem.
The debugger opened and I clicked on the [calendar] object to drill into it.
After clicking I opened the execution stack and it is as below. The highlighted code in the left hand pane shows the error. It is caused because my object understands #parent:. There needs to be a distinction between the ‘TD object’ and a domain object.
The text was updated successfully, but these errors were encountered: