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
Describe the bug
Getting Error : A clear and concise description of what the bug is.](main.js:461 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'toJSON'))
Error : (Check last line ).
addExpense({activityId: t, itemId: e, amount: i, currencyKey: n, recordId: r}) {
let s = {
id: this.getIdFromArray(this.expenseItems()),
activityId: t,
itemId: e,
amount: i,
currencyKey: n
};
r && (s.recordId = r), Object.entries(this.expenseItemEnumCollection.get(e).toJSON()).forEach(([t,e])=>{
For details : we have added the attachment of the issue.
Are valid in your enviornment ? Could you please create a labor entry using the Debriefing plugin and compare the values of these properties and adjust the open parameters to valid values ?
Describe the bug
Getting Error : A clear and concise description of what the bug is.](main.js:461 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'toJSON'))
Error : (Check last line ).
addExpense({activityId: t, itemId: e, amount: i, currencyKey: n, recordId: r}) {
let s = {
id: this.getIdFromArray(this.expenseItems()),
activityId: t,
itemId: e,
amount: i,
currencyKey: n
};
r && (s.recordId = r),
Object.entries(this.expenseItemEnumCollection.get(e).toJSON()).forEach(([t,e])=>{
For details : we have added the attachment of the issue.
ERROR1.txt
The text was updated successfully, but these errors were encountered: