cancel
Showing results for 
Search instead for 
Did you mean: 

Fields from CUSTOM BO to the Standard Sales Quote Form Template

former_member576654
Discoverer
0 Kudos

Dear Experts,

We want to see some fields from CUSTOM BO to the Standard Sales Quote Form Template.

Is it possible?

Thank you,

Accepted Solutions (1)

Accepted Solutions (1)

JayantSaini
Active Participant
0 Kudos

Dear Begum,

You can write a code on CustomerQuote before save to fetch the fields from custom bo & copy them to quote extension fields.

The you can bind the quote extension field in the standard sales quote form.

Regards,

Jayant Saini

former_member576654
Discoverer
0 Kudos

Hi Jayant,

Thanks for your answer.

Our process is like this;

We create a tab on the sales quote (on the frontend)> We put advanced list pane which is our custom BO (created in SDK)

Actually, our aim is to see that list on the sales quote printout.

Do you have any other idea for that?

Thanks,

Begum

JayantSaini
Active Participant

Hi Begum,

You cannot add the advance list pane of custom bo directly in standard sales quote form. To achieve this functionality you have to create a new bo and create a custom form on it. You need to bring all the form related data in this custom bo i.e. data from sales quote & advance list data from custom bo.

You can than display this custom form in an embedded component in sales quote screen.

Thanks,

Jayant Saini

Answers (0)