cancel
Showing results for 
Search instead for 
Did you mean: 

How to show Item created Open link like standard UI

former_member273875
Participant
0 Kudos

Dear experts,

I need your help on this question. I created a custom button to Copy Sales Quote from the existed Quotes by ABSL script

var newSalesQuote = CustomerQuote.Copy(currentSalesQuote);

After click that button, now I want to show Item create "Open" like standard UI. How can I achieve it?

Thanks for your support!

Regards,

Huy-Nguyen

Accepted Solutions (0)

Answers (1)

Answers (1)

tamitdassharma
Active Participant
0 Kudos

Hello Quang,

This feature is only possible when an item is created via the Quick Create UI component.

However, you can have a field to show the value of new Sales Quote and impose the hyperlink behavior to the field.

Let me know if this information was useful for you.

former_member273875
Participant
0 Kudos

Hi dassharma

Thanks for your support! Could you please show me how can I create a hyperlink for the new Quote that I have just create in ABSL script?