Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I havent had any success in using the Image component on Skuid Platform. Adding it to a page just fails - it wont drop. I tried inserting it with xml and the page refused to load. Selecting an image in a table also stops the page loading. Is it just me or is there a fix or workaround for this?
I’m trying to build a simple one page app where i have more than one ‘Headers’ & 'Footers.Just like once can togglee between PopUps / Panels, is it possible to toggle Headers/Footers using Action Framework ?Or do i need to use snippet ?
I would like to create a UI-field that will result in links to different images. So it is an “If” statement that the 2 results are paths to images. One being: <img src=“https://dorothy.com/Images/SalesForce/OFF.png”; alt=“Rolled Off” height=“16” width=“14” border=“0”> the other being <img src=“https://dorothy.com/Images/SalesForce/XX.png”; alt=“Rolled Off” height=“16” width=“14” border=“0”>
I would like to be able to call an invocable method(apex) from a snippet. I realize that you can use the custom action but my requirement is to call the method on load to check a value without the user taking any action.
is there a way for the page to “remember” that it was on page 2 and return to page 2 after saving? maybe some kind of cookie?
We upgraded to 9.5 today and noticed afterwards that our Dependent Picklists are no longer working on Skuid pages. I have 9.3.4 in a sandbox and the page is still working correctly there. Any changes that could have caused this? Any suggestions?
Hi,I just have upgraded my sandbox to Brooklyn release and trying verify all existing page. While doing that I opened a master-child page created previously and found that components in child page are not showing up in IE (Page Region is quite empty). and components/models in masterpage can be edited in child page.This is happening in IE (I have IE 11) but in chrome its working as expected.Thanks,Tanzir
I am trying to edit Salesforce data from the Skuid Platform. I am able to view the information, but when I try to make a change and save, I get the below error: 500 Internal Server Error:skuid.SkuidException: Invalid Skuid Save request - cold not deserialize JSON into valid Save Request object. (skuid)
When using a sliding panel set to “Overlay”, it is not overlaying all the elements underneath it correctly. Instead, some elements from “underneath” are visible on the sliding panel. In short, the panel is not the “top most” element (z-order). Note - It appears that the issue at https://community.skuid.com/t/sliding-panel-not-top-most-element-recent-items is the same or very similar but that thread has died out so posting here in hopes that it will be addressed. Base Page Slide From Left: Slide From Right Steps to reproduce: Create page using XML below Preview page Expected Behavior Panel should be topmost element and not contain any elements from below it on the page Actual Behavior Some elements are visible on the panel that are not part of the panel but instead part of the page “underneath” Sample XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" useviewportmeta="true" showsidebar="true" showheader="true" tabtooverride="Account"> <models> &
Javascript error which wasn’t earlier when we developed the SKUID page
If a user were to search for an account, is it possible for the page to render fields and fill in the data?
I had some custom javascript that was binding to the “tabShow” event. $('#mainTab').on('tabshow', function(e) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>&nbsp; &nbsp; if (e.target.id === 'tab1') {<br>&nbsp; &nbsp; //... do stuff<br>&nbsp; &nbsp; }<br>}); Recently, skuid was upgraded to the newest version and this functionality appears to have stopped working. Is there a new way to register to this event?
I have a popup window that has a page include. That page include has a wizard. On step 3 of the wizard is a date field. When you click on the date field, the calendar that shows up shows up behind the popup and is unusable.
When there’s a new line at the end of a branch formula it seems to break the branch merge functionality during runtime. The error I’m getting is: Uncaught TypeError: Cannot read property ‘merges’ of null Reproduce: add a return character to the end of a branch formula Also, you can copy this xml and press Query Opp to get the error. Remove the new line at the end of the formula to get rid of the error. I’m running Brooklyn Iteration 4. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="UI" query="true" createrowifnonefound="true" datasource="Ui-Only" processonclient="true"> <fields> <field id="conditionCheckbox" displaytype="BOOLEAN" ogdisplaytype="TEXT" defaultvaluetype="fieldvalue" defaultValue="true" label="conditionCheckbox"/> </fields> <conditions/> <actions/>
Is there an undocumented method for triggering snippets to run after the rendering of components that do not support post-render action framework actions?For example, I would like to run a snippet I’ve created after a table is rendered, any table, but you can’t tie action framework post-render actions to tables through the builder 🙂
Hi Community, I have a detail page on Entitlements with all the fields of entitlements. On this page i have a button to create cases from entitlements (whatever cases are created here will be coming under the entitlement). So whenever we want to create a case from entitlement, we click that create button and pop up opens. The pop up has page include component with all the case related fields shown below. Now when i click the contact field, i want to see only the contacts related to account shown above. It worked fine previously. But suddenly it broke and nothing was changed. The Query string i have on my page include properties is id={{$Param.id}}&accId={{$Model.Entitement.data.0.AccountId}} I also few conditions on the pop up page. the following are the conditions. On the field, i have the following properties. I’m confused on why it broke suddenly. I updated to Brooklyn Iteration 4 last weekend. There are so many issues popping out after that. i wish this problem doesn’t have
Reproduce:Create a page with a table componentCheck off ‘Show Export Button’Save the pageUncheck ‘Show Export Button’Issue: browser hangsWorkaround:Navigate to the table in the page xml and change the “showexportbuttons” attribute in the initiating table node to “false”
I am running Bespoke UX 9.3.4 and when I try to load the wizard or preview it the page does not load. I have to refresh the page sometimes many times to make the page load. When it loads it functions fine. In another Org I am running Bespoke UX 8.15.7 and I have the exact same page and I have no issues previewing or using the page. To me it feels like a bug.
I have just found out that some validation rule error message are no longer displayed to users when they try to save a record.When they click to save a record with an error, a message appears saying the record is saving but nothing happens and the record is not saved.Is anyone else experiencing this issue?I am on version 8.15.15
Hi there,I am setting up a calendar including view, creation and edition of events… all this using the native Skuid native calendar component.I see a behavior that does not seem right. I have not been able to figure out why of the behavior and therefore remove/fix it.Once the calendar renders I could click on an existing event to edit it.Once I click on the event, the standard pop up (or custom pop up) comes up and Skuid immediately redirects me to the native Salesforce UI.Is that normal? I don’t think it is.If so, how can I control/remove such behavior. What I need is the pop up to comes up then edit the event and save it (including closing the pop up).Any pointers will be appreciated.Thanks!David
This is on a Skuid developers site on AWS.Can’t select rows from the external object name dropdown when creating a model from an odata connection from Northwinds. Using URL=http://services.odata.org/V3/Northwind/Northwind.svc/When building Model, returns a list of object names but when I click on one, nothing gets selected and stored in the field.2/9/2017 - I’ve discovered through trial and error that if I start typing an object name in the field, it begins to autocomplete and then if I select one of the choices, it gets stored in the page field but not not recognized as a field change and the Save button is still disabled. If I change some other field to get the Save to become active and save, it appears to save the data but when I go back, the object name selected is not there, i.e., not saved.
Hello, I’m trying to figure out how to hide a table associated with a dashboard but without losing the data in the dashboard. Is this possible using the rendering tool? Are there a logical order to how it should be setup? Any ideas or topics maybe already created on this would be great! thanks!
Is there an example that someone could send me the link for?
I have new buttons that are not following the conditions. I have the condition set to show if field is not blank. It does not show. https://drive.google.com/file/d/0B409lhd9sYDcMmNPaE96ZzJfSXM/view
Skuid adds the “Tel:” tag to the phone numbers. I’m not able to use the Insidesales.com click to dial feature. Is there anything I can do to solve this issue?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.