I have a Requirement to upload Attachment and Some header fields of Custom Object to another Application Through API. I m able to get header data from a Custom Webservice but not sure how to get attachment that can be uploaded to another Application.
You can write a custom web service in Creatio that retrieves the required attachment(s) from the custom object, formats the data appropriately...MoreLess
I want to resctrict the file formats uploaded to creatio. For example I want to allow uploading only pdf,word, excel, jpeg files and restrict Json files.
I have added a number column to the OpportunityFile object, and I have two separate File details for uploading to the same Opportunity. I would like each detail so set my new column to a different value (numbers 1 or 2). How can this be achieved?