Loading...

RE: How to create a correct GotoURL in Custom Actions

RE: How to create a correct GotoURL in Custom Actions

#5647
Anonymous
Anonymous
Participant

I see. Have you thought about using Session to pass ID values around instead of using it as part of the Source URL string? If you always know the URL of the Source you want to go back to, I would consider using Session. The way the above Source URL being nested is going to confuse people and hard to maintain the application flow in my opinion.