Customer Portal's Dynamic Forms functionality is extremely useful, but the sample code provided by Oracle is broken right out-of-the-box due to a CP defect.
Expert Articles
Dynamic Forms - Fixing Oracle's Sample DynamicProductCategoryInput Widget
Posted by Ben Johns on Wednesday, June 21, 2017 - 1:49pm
AddIn Post-Build Event v2
Posted by jack.whitehouse on Tuesday, April 11, 2017 - 10:02am
When building add-ins it's helpful to copy the compiled DLLs to the RightNow dev mode folder so that they're ready for development testing. If you then automatically create ZIPs of the output then you're ready for production deployment without any additional effort. (This is assuming you publish your add-ins as ZIPs and not DLLs.)
What does "Invalid SAML assertion in security header" mean?
Posted by jack.whitehouse on Monday, January 9, 2017 - 2:12pm
If a profile doesn't have Session Authentication checked and an add-in tries to make a SOAP request (using a connection prepared with session authentication), an error reading "Invalid SAML assertion in security header" will be shown and the request will fail.
How to open an External Page from a Syndicated Conditional Chat Link
Posted by AW Rowse on Wednesday, November 30, 2016 - 3:45pm
I'm writing a quick article in response to a question I received on another post inquiring if it was possible to open an external webpage instead of a Customer Portal page when the "Chat Now" link is clicked. Using standard functionality, this isn't possible, but using the techniques I've described in my other Syndicated Widget articles we can modify the core behavior to match our requirements.