former_member1201901
Member
Member since ‎10-10-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Experts, I am trying to set 'Signed_Doc' to another extension field of type attachment. following is the logic. AttachmentIfc attachment = contractDocBean.getFieldMetadata("SIGNED_DOC").get(contractDocBean); if (hasValue(attachment)) { ...