When I am trying to send request from BPM (http://localhost:82) to external web app (https://localhost:58733) via 'call web service' system action I am getting an error:
"system.net.webexception could not establish secure channel for ssl/tls ---> system.security.authentication.authenticationexception the remote certificate is invalid"
What I am doing wrong? 'Call Web Service' system action should work with SSL/TLS without any problem?
I've used Call Web Service with SSL without issue. That error is a general .NET error that usually relates to issues with the certificate and...MoreLess
Any example for call a API Rest from c# script in a businessProcess?
I have a list of processes to call from a detail, one of them must call an API and process the response but I can not use the "Call Web service" element because the request needs a json structure with many nests and I can not complete it in any other way that is not a script, any suggestions?
I see that we have in repo a couple of data packages with SysDcmSettings that were probably generated automatically and I'm wondering what's their purpose. My guess is it has something to do with some filtering but I'm not sure. Do you know the answer?
Here I created Candidate entry section the records entered by Supervisor. and section have vendors lookup(vendor-1,vendor2,---etc) here i assign vendor to the record for example
X- Record assign to vendor-1
Y-Record assign to Vendor-2
My requirement is when ever Vendor-1 is login to Portalonly visible X-Record in Candidate Entry Section. How to do this functionality?
The menu is bound to the "RunProcessButtonMenuItems" attribute in the "BaseGridDetailV2" module. You can override the getProcessButtonVisible...MoreLess