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
Is there a way to upload interactions to the timeAndExpense entity that is embedded in Placement?
I couldn't find the correct way to write the field name, I tried "timeAndExpenseBranch" which is the field name, also tried the same way that is found on API.form.controls "timeAndExpense.timeAndExpenseBranch"; but I face error "No Field Map found for timeAndExpenseBranch"
Also tried changin the entity name in extension.json; used "Placement1.timeAndExpense", "timeAndExpense", "TimeAndExpense1", etc. Receiving error "Invalid Extension: Invalid Entity: Placement1.timeAndExpense".
Is there a way to upload interactions to the timeAndExpense entity that is embedded in Placement?
I couldn't find the correct way to write the field name, I tried "timeAndExpenseBranch" which is the field name, also tried the same way that is found on API.form.controls "timeAndExpense.timeAndExpenseBranch"; but I face error "No Field Map found for timeAndExpenseBranch"
Also tried changin the entity name in extension.json; used "Placement1.timeAndExpense", "timeAndExpense", "TimeAndExpense1", etc. Receiving error "Invalid Extension: Invalid Entity: Placement1.timeAndExpense".
extension.json
time-and-expense-branch.ts
The text was updated successfully, but these errors were encountered: