Hi Experts,
I have a CUS_SalesQuotationTable which is an extension table of SalesQuotationTable. I have added this custom table as a datasource on the SalesQuotationTable form, Also added all the custom fields on the header level of this form. Whenever user tries to update any sales quotation which was already created or enter some values into the custom fields, the reference of sales quotation will be created in CUS_SalesQuotationTable and saves the custom fields . Till here everything is fine
Now the new requirement is I need to add the CUS_SalesQuotationTable as a datasource on to the SalesCreateQuotation form. This form is used to create a new sales quotations. Whenever the user wants to add custom fields on to this SalesCreateQuotation form, they can personalize and add the required custom fields and give them some values and create a sales quotation. After the sales quotation created successfully, system will directly open that sales quotation, the form name is SalesQuotationTable. Now the custom fields are not showing until i refresh the form.
I am using datasource SalesQuotationTable write () and datasource CUS_SalesQuotationTable init().
Is there any way to fetch the values right away after creating the sales quotation. Is there any method that i should call for the fetching the values directly
Note: The custom data source link type property is "Outer join " in both the forms.