custom Precondition configuration options
I am developing Precondition on the Deliver operation using RTC 6.0.3 server. I would like to define an input on the Preconditions & Follow-Up Actions on the Project Area Configuration screen. The pattern I would like to follow is similar to the built-in extension "Required Attributes For Type and State".
Is there some sample code that shows how to define that Editor Presentation?
The Extension Workshop pattern only shows how to create a server-side extension that displays the string "No specific configuration options" in the area where I would like to place a custom input.
One answer
All the code you ask for is in the SDK and you can basically look at it. In an environment with the SDK set up open a plugin that uses the extension point. On the extension point search for references. Follow the references and open the plugin.xml of the reference. Scroll through the extensions until you find interesting ones. Look up the class implementing it. Copy the class FQN name. Use Navigate>Open Type to open that class.
You can also locate the schema and the aspect editor from the extension plugin.xml and look at it, as far as I can tell.
Comments
the server SDK has 382 directories and 1500+ jar files at the root, any chance you could narrow my search a bit?
I did not imply you read all classes, I provided a short description how to find stuff in the SDK. Here the long one: https://rsjazz.wordpress.com/2019/05/16/searching-and-exploring-the-rtc-sdk/
Comments
Ryan McFadden
Jun 13 '19, 8:13 p.m.If I don't "Accept" any answers, it means I don't have the rank on this forum to give it a thumbs down yet.