Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a scenario with dashboard retrieving information about a member, a button linked to the member gives us option to change details.
how can i give selection of member id link to edit portal - in a button. for example, mbrID=10000
Just create the URL dynamic in the button action URL expression, so if your selected 10000 in field mbrID, like
='https://software.net/subscribers/mbrDetail.cfm?mbrID=' & only(mbrID)
Just create the URL dynamic in the button action URL expression, so if your selected 10000 in field mbrID, like
='https://software.net/subscribers/mbrDetail.cfm?mbrID=' & only(mbrID)