Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
One of my clients that I’ve posted about often in the past has a portal (now a Salesforce community) for their staff to manage daily class attendance & experience, control enrollments, manage teaching details, and measure success. We would love to fully skin this experience with Skuid, so that the entire UI is consistent and more under our control. This would allow us to get away from the requiring standard Salesforce tabs to navigate around, giving us more presentation flexibility, for instance. I’ve seen this type of solution nicely done in Skuid demos, so obviously in general this looks great. However, we see significant hurdles to in this particular implementation.Primarily, we are making use of several Salesforce features that cannot be easily re-skinned, such as reports, dashboards, and content/files. How have projects dealt with this issue? Are there examples that show how to incorporate these features into a highly customized UI that we can see and learn from?In addition, w
Hi I’m creating a new data row in javascript. contactRatingsModel.createRow({ additionalConditions:[ {Item__c: row.Id}, {Contact__c: contactModel.data[0].Id} ] });The contact__c and contact__r.Name are set properly I can see them in the developer console by displaying model.data. I think that’s because the contactModel has the name information.But Item__c is empty. I do have a model for Item__c. Can you please advise how to set this properly? row.Id has the right value in console.log.
Hi Community, Is there way to show the next step button on the wizard component only when i click save button on the layout. I want the next step button to show up only when i click the save button located below. This way we will be able to save this record first and then and only then we navigate to the next step. In the next step we have another lay out which has a set of fields of a Detail Object. The fields seen in this layout are related to master object. The ID generated in Step 2 will be used in step 3 . Can anyone help me with this issue? Thanks.
Hi All,I have a custom component to send emails with templates that can span a couple different objects. I used this first on Opportunities and created an attachment system that can pull in attachments spanning three separate custom attachment objects and this works perfectly. I went to add Quotes in as the main object to send the email and it seems to function properly but the problem is that when I render the component for the first time in a popup the attachment table file names do not show up. If I close the popup and reopen it, the names render in the table. Im trying to figure out if there is a bug somewhere in the element.render() function as this works perfectly for Opportunities. I have verified in the data that I have the attachment name inside the console and using the skuid.model.map(). Does anyone have a suggestion or an idea on how I can further debug this?
Since I upgraded from 9.01 to 9.34 yesterday, my tokenized table search has stopped working. The settings have not changed, but now the results only bring back non tokenized search. Please help!
I have a field editor with a Template field that displays a field with a lot of text. When the line wraps, it is breaking right in the middle of a word. Is there anything I can do to prevent this? User side: builder side:
Cannot sign on
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.
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.