Hi Experts,
I have a requirement where i'm creating folders and storing documents in them, setting the folder metadata and applying the same metadata information to the underlying documents.
At a later stage, i'm updating the metadata information at the folder level using DFC. After updating the metadata information i'm invoking a TBO which inturn will call the SBO method. Based on a particular folder attribute i need to determine whether that attribute got updated at folder level or not. If so, then i need to update the underlying documents metadata.
Could any one help me on how to determine (in a TBO) whether an attribute got changed at folder level. Is it possible to determine the value of an attribute before updation?
Thanks.