I have custom tables CarLoanTable and CarLoanLines for my Car Loan Module. I have create relation and it is working fine. Then a new requirement arive, that we need car info like registration and model detail which will be editable all the time. Earlier I have block the editing after posting of record.
For new requirement I have create new table CarLoanRegInfo and create foreign key ParentRecId and relate it with CarLoanTable. Now the problem is when I am going to stop editing of CarLoanTable the table CarLoanRegInfo editing also going to stop.
I need to CarLoanRegInfo always editable, how I can do this, please help.
I am following the OOB form CustFreeInvoice and using the following line to enable or disable editing of CarLoanTable.
I'm sorry, but there no join is mentioned in your question. You mentioned a table relation, but it says nothing about your form data sources. Instead of being joined, they could be linked or independent.
What you see is the expected behavior if the data sources are joined. The best approach in your case may be to link the data sources instead of joining them. You can have a separate form for editing CarLoanRegInfo details.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.