Are operational behaviours / scripted attribute values in DNG possible?
Hello,
I've had many situations like this, but in my current example we have a requirement with 8 status fields (using one of two custom attribute value sets). One is a final status and should not be set to a certain value unless the other 7 attributes meet certain conditions (are in one of a couple states).
In RTC, this is pretty easy; we can write some Javascript as needed and insert logic or calculation into attribute fields. Is this functionality not in DNG? Are there any open enhancements for such a thing?
Thank you,
June
I've had many situations like this, but in my current example we have a requirement with 8 status fields (using one of two custom attribute value sets). One is a final status and should not be set to a certain value unless the other 7 attributes meet certain conditions (are in one of a couple states).
In RTC, this is pretty easy; we can write some Javascript as needed and insert logic or calculation into attribute fields. Is this functionality not in DNG? Are there any open enhancements for such a thing?
Thank you,
June
One answer
This is not directly doable in DNG, but close. You cannot have the value automatically set or checked, but you can manually check. Take a look here: https://jazz.net/wiki/bin/view/Main/RMExtensions602 for guidance. This example: https://jazz.net/wiki/bin/view/Main/RMExtensionsASILSample602 would be a good basis for what you are trying to do.