I use @Command([EditInsertFileAttachment] ) in order to insert attachment file in document. Navigator is appeared and I choose file I want. I want in the mean time to delete the source file in folder so I use @Command([EditInsertFileAttachment] ; ; "0" ; "0" ; "1" ; "0" );
But un message " Missing semicolons " appeared. Please advice !
Suggest you read the HCL docunentation as you are using the parameters incorrectly. There is no time parameter, I think what you want is impossible.