Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,What are the best practices for source control with teo? Is there a way to export processes in such a way that they can be managed by a source control system.Thanks,Dave
Hi,Is there a way in teo to control which processes end up in the wsdl for the Northbound Web Service? It seems like this should be an option on a process by process basis but I can't seem to find it.As it is the wsdl is pretty large with a lot of s...
Is it possible to set the option list for a select via javascript? I see that you can select an option with serviceForm.<form name>.<field name>.setSelection(["option1");but I'm curious if you can also populate the list dynamically with the javascri...
It's probably apparent from my various posts but I'm having quite a bit of difficulty getting my arms around integrating the portal and teo. Are there any training offerings?
Hi,I'm trying to design a set of services that work like this:- There is a top level service called Service1 that has to be ordered before anything else can be ordered- You can order as many instances of Service1 as you would like- An instance of Ser...
Shaun,Thanks for the help. I tried this but must be missing something. As an example I have an automation pack installed (probably from you) called VBLOG DEMO - Process Authoring - Monitoring TEO.I edited each of these processes and removed the "St...
I've run into this as well but not 100% sure of the resolution. I would start by refreshing the web services on the CPO side and restart the server.If it still doesn't work I'd create a super simple service on the portal without any arguments or cus...
Ok so let's say I had a field in my dictionary for the associated service (Service1.1) called parentReqId. I want to automatically populate that field in my form with the requisition id that produced the parent service (Service1).I create a new data...
Thanks for thatThe next question is what if I want to get some arbitrary data back into the portal from my TEO process? If I specify output parameters for my TEO process how do I access those from the portal? Does that require a different type of t...