IPD Designer version 10.1.1.49
Windows 2012, Landmark 10.x
So I want to add a custom function to utilize in designer.
I've added the custom code in pflow.js in \system\LPS
I stopped/restarted all services in Landmark and LSF.
Exited and logged back into Process Designer. I still can't see the custom function I just created in the drop down of any assignment node.
I rechecked everything. Still the custom function doesn't appear.
Yes, I'm using this in the header part of the pflow.js. I even added it to the plfow.js on the LSF server. Yes all of the actual code in the function is in the pflow.js, and it's been checked and verified.
Anyone know why it's not appearing in IPD?
Thank you in advance.
//*****Function Definition -->String=TestingFunc(varString) //
Hello, yes I'm aware of that using pflow_user.js. I am just doing some simple testing for now.
Just an observation about a custom pflow.js. If it's to be copied to the local directory where IPD is installed, essentially that is saying that a custom function for server side processflow resides on a client side drive/directory. Correct? Not sure if that is actually correct, because shouldn't all code reside server side? Because obviously what happens to the function in the flow if the client side pflow_user.js or pflow.js function is removed from the client side? That would mean the function isn't available any longer.
Just as a test, I copied the pflow.js to the install dir on client side. Logged back into IPD and the custom function still doesn't appear.
Nope, just one simple instance.
I have it in both places client and server. Still doesn't appear.
I'll open an incident.
Thanks.
I tried upgrading to CU52.
It's now appearing in the drop downs.
Thanks all, I guess it was an earlier version of IPD that wasn't working for me.