Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Hide attachment section under DOR
Hi Team,
I am checking for Hide Attachment section from Create DOR page.
- When I edited group element, below is the existing condition,
#{not empty bindings.DocumentTypeId.inputValue and ( bindings.MinAttachmentsCount.inputValue ne -1 || bindings.AttachmentCount.inputValue > 0)
- when I modified to #{not empty bindings.DocumentTypeId.inputValue and ( bindings.MinAttachmentsCount.inputValue ne -1 || bindings.AttachmentCount.inputValue > 0) and (bindings.SystemDocumentType.inputValue ne 'XXXX')}, its not working.
- when I modified to #{not empty bindings.DocumentTypeId.inputValue && (bindings.SystemDocumentType.inputValue ne 'XXXX')}, this is working.
what is the meaning of ( bindings.MinAttachmentsCount.inputValue ne -1 || bindings.AttachmentCount.inputValue > 0) ? why its not working with this condition?
Tagged:
0