A
Anonymous
Styled Paper - Copy this React, Mui Component to your project
these fields are not working { fieldname: "monthlyPayment", fieldtype: "calculated", fieldlabel: "Monthly Payment", formula: "approvalStatus === 'Approved' ? total / repaymentPeriod : null" }, { fieldname: "commission", fieldtype: "calculated", fieldlabel: "Commission", formula: "approvalStatus === 'Approved' ? subtotal * 0.65 : 0" }, { fieldname: "averageCommission", fieldtype: "calculated", fieldlabel: "Average Commission", formula: "commission / quantity" } ];
Prompt
