How To Hide Return Button based on Document Type in Return Receipt UI
Summary:
The requirement is to restrict the Return Receipt Transaction for Transfer Orders alone in the "Return Receipt" Screen by users. So using Sandbox I put the condition as "#{bindings.SourceDocumentCode.inputValue=='TRANSFER ORDER'?true:false}" but still it is allowing to perform the Return Receipt for Transfer Order. Pls help to achieve this.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0