i did add the following code for one of my clickable ( show values in this column as links ):
if ( formName == "testForm1")
{ href + "/doc.xsp?documentId=" + docUNID + "&action=openDocument"; }
else if ( formName == "testForm2" )
{ // an opened pop-up with a message will be great! }
I read that you can use easily window.alert
, but in Client Side. So, how can I refer to rowData.getDocument().getItemValueString("Form")
using CS?
Or, it is possible to compute the Show values in this column as links
property?
I did tried the @WarningMessage('messageText')
formula but I need an other type of warning / message.
Thanks for your time!