function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SpunkySpunky 

Save or submit method in hyperlink

Hi- Can someone help me script my hyperlink please?

 

Use case:

Create a custom link on campaign.

When invoked, the link will display a contact View of all contacts in that campaign.

 

Current Link

This is my link. It creates the view perfectly but I don't know how to add a save and return view.(save =1 doesnt work)


<apex:outputlink value="https://cs1.salesforce.com/ui/list/FilterEditPage?ftype=c&fname=Task&devname=id&fentityvalue2=test">link</apex:outputlink>


Current Output from Link

Current View

 

This is what I'm trying to get to:

Goal

bob_buzzardbob_buzzard

Unfortunately the images are coming through as broken links.  Can you elaborate on what is meant by "save and return view"?

SpunkySpunky

Maybe hyperlinks to the images will help.

 

This is my current output from the hyperlink:

It creates a contact list view but displayes it in "edit" mode

https://cs1.salesforce.com/resource/1320887090000/Current

 

When I click save, it returns this saved contact list view 

This view is the desired output from the link.

https://cs1.salesforce.com/resource/1320887191000/Desired

 

Hopefully that makes sense.

 

 

 

 

bob_buzzardbob_buzzard

I still can't see them I'm afraid - they are blank.