Validations in groovy for business object

We can write simple or complex validations at business objects level in groovy For all these we can use validations using groovy. General idea is to create a object function using groovy to validate and use this object function in before insert trigger or before update trigger. Let us say we have a Business Object … Read more

How to rename file in MFT

In MFT, when file is moved from source to transfer, we can rename the file. This will be useful in scenarios when the file name is different than what is expected Sometime during decryption the extension is lost, we can add a different extension Sometimes we have to append a source to handle files from … Read more