I make an Aikau page, and I open this page through a custom action document library. I give the nodeRef through the query of the Aikau page.
In the javascript code of the webscript in Share, I tried args["nodeRef"]
and page.url.args["nodeRef"]
, but I can't get the nodeRef; all of them are null.
Can anyone help me get args of the link or nodeRef of the document of the action?