I have a detail that can have long texts, as shown on the picture:
Is it possible to make the long text collapsible, so that it is shown only when user click's it intentionally? If not, do you have other ideas about how to present this data?
How can I filter the detail based on the selected look up field. The list in detail will depend on the selected value in the look up so every time the user will change the value of look up the detail list will change also.
I can bring Contact's Communication options to Lead's detail by binding Communication options.Contact to Lead.Contact field. Maybe you want similar behavior?
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