hi all ,
I have added one button namely "Upload" in the DocuView form whose datasource is DocuRef.
In the clicked method of the same button i have written this
if(element.args().dataset() == tableNum(DocuRef))
{
callerDocuRef = element.args().record();
filetype = callerDocuRef.TypeId;
info(filetype);
}
but here in message i am nothing getting , it means my condition is not satisfying .
My requirement is that : - Whenever a user click upload after selecting any record from the same form (DocuView), then one message should display there, in message in need to display the file type which user has selected.
Thanks
*This post is locked for comments
I have the same question (0)