Which is the Operation ID of a Promote action?
I want develop an Advisor extension when a Deliver action is performed. I have looked for within Table Preconditions but I could not find anything about "promote".
Where can I find this id?
PS: RTC 4.0.5 Entreprise
Where can I find this id?
PS: RTC 4.0.5 Entreprise
2 answers
You can find a list here: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations I am not sure if this includes Enterprise extensions.
Comments
Mmh.... is the link that I have posted. It does not include Enterprise extension. Where can I find this ID?
I overlooked the link, sorry. I have not done this, I don't know if the SDK even ships the required data. I think I remember there are special steps to be performed for this, but since I haven't done this, I am not sure.
What you could try to do is searching the SDK for extending plugins and look into the ID's the use.
Jorge http://jorgediazblog.wordpress.com/ and Robin http://ryehle.wordpress.com/ blogged about Enterprise Extensions. Maybe there are some hints. I couldn't find anything quickly however.
In https://jazz.net/forum/questions/104033/rtc-enterprise-package-extension Kevin comments at the end:
The Enterprise Extension plug-ins are not part of the RTC SDK. Others have been manually adding them from the client/server when developing extensions.So I am not sure if you can easily do this.
We don't have any documentation for extending the EE functionality as we are not part of the RTC SDK. Since Packaging/Deployment are built on top of the Build component it is best to look at the Build docs for information.