Hello Experts,
I want to check if a specific attribute exists in IDfCAStore objcet.
If not then create that attribute.
I was getting an error for duplicate attribute name as :
[DM_STORAGE_E_CA_STORE_DUPLICATE_VALUE]error: "Value st01_edi_transaction_set_1 for attribute a_content_attr_name is specified more than once."
so tried using the following but it didn't work:
if(dfCAStore.hasAttr(repeatingAtt))
Please let me know if this is feasible.
Please reply....
Thank you