Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Our org is new and this is my first time creating a sandbox on this org. We have a skuid page in accounts page but when we click on the account record, the page won’t load. I checked on the console and found some errors. Please let me know how to proceed with this. Thank you!
We have a requirement where we don’t want to display a Deck card if the Table inside the Deck doesn’t have any rows to display. The Deck is on Quotes and the Table inside the Deck runs on the Quoted Solution. A card shouldn’t be displayed for the Quotes that do not have any Quoted Solution. I am using the context condition of Quote Number. I have tried to use the same in the display logic for rendering but that doesn’t seem to work. These cards should be displayed: These cards shouldn’t be displayed: Any hints on how can this be achieved?
Environment: API Version: V1 Release: Dubai Release version: 15.3.7 Platform: Salesforce Brief Summary of the Defect/Issue: 15.3.7 V1 page, using a Search component, under the Return Objects tab, clicking the button to Select Fields next to Fields does not do anything. It should pull up the ability to work with those fields, currently there’s no way to set up / edit fields unless you do it directly in the XML. It didn’t function like this in earlier SKUID versions. Action Performed: Clicking the Select Fields button under “Return Objects” on the Search component’s properties Expected Result: Opens up a field selector. Actual Result: Nothing Happens Additional Resources:
Hello, I have an aggregate model that has multiple Model_Lookup UI Only Fields. I see the sortable option on the field when I add it to the table, but the up / down arrows that typically appear when a field is sortable are not appearing. Are UI Only fields on aggregate models not sortable by users on a table? Thanks
I’ve implemented the Tab action override for a custom object as per these instructions. Here is the XML for my SkuidBatchesTab component: <aura:component implements="lightning:actionOverride,force:appHostable" access="global"> <skuid:page page="BatchesTab"/> </aura:component> Here it is implemented as an override. And here is the browser tab title as “SAS_Batch__c”. So how can I set the browser tab name?
I have a skuid page with 2 UI-Only fields. These 2 fields get populated by a snippet that runs on page load. The issue is that whenever a change is made to any other field and the page is saved, the values disappear and both fields become blank. Is there a way to make the field values persist after hitting the save button?
I have two Salesforce sites to show skuid pages, one works (made before my time) and one does not (the one I’m currently trying to make). The visualforce page for my skuid page works, and the home “active site home page” works. However, when I try the url for the site, I get the message: " You’ve been INKED! (Something went wrong) We were unable to find a Skuid Page named SKUID PAGE NAME. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page." As the visualforce page and home page work, I don’t think it is a problem with the actual skuid page, but I must be missing something. Again, both page profiles on Salesforce have the exact same privacy settings, but one works and one doesn’t. Does anyone have a suggestion?
Defect/Issue Description:Unable to use existing data sources on Skuid site. Environment: API Version: v2 Release: Dubai Release version: 15.3.6.0 Platform: Managed cloud Brief Summary of the Defect/Issue: Unable to use existing data sources on Skuid site. Unable to load any pages as the pages don’t seem to have access to data source. Only difference is updating release of Skuid on Salesforce to latest version. Action Performed:Attempted to load pages in builder. Attempted to load app. Attempted to view data sources. Expected Result:Load appropriately Actual Result:All failed to load Additional Resources:Video of issues
Defect/Issue Description: Unable to use Skuid Component in Lightning Page Environment: API Version: V2 Release: Dubai Release version: 15.3.6 Platform: Salesforce Brief Summary of the Defect/Issue: Unable to make use of Skuid component in Lightning page. Action Performed: Created Skuid page as per XML below. Add Skuid page component to both Account Record Page and custom app. Expected Result: Should have displayed the skuid page. Actual Result: Got 3 errors in console and skuid page component fails to load page. Access to XMLHttpRequest at ‘https://sasmfg--skuid.vf.force.com/resource/1674052024000/skuid__next/js/vendor.js’ from origin ‘https://sasmfg.lightning.force.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Uncaught (in promise) Error: Timeout: https://sasmfg--skuid.vf.force.com/resource/1674052024000/skuid__next/js/vendor.js Uncaught (in promise) Error: There was an error rendering a Skuid Page component f
I have a requirement where I want to control all the validations in the form in the following manner: The ‘Save’ button should save the form without running any validations. The ‘Submit’ button should save the form after running the validations. Can this be achieved without writing custom code? If custom code would be needed, how will it look like? Any suggestions would be helpful.
I have a requirement where I want to create records of Quoted Solution for each of the picklist value selected in the multiselect picklist field of Quotes. Both of them are Ui Only models. The records get created successfully but when I save changes in both the models, additional rows get created in the Quotes model. If I select two picklist values, two rows get created, if I select one value, one row gets created I think the issue is with the way I have configured Deck, not able to figure out the correct approach. Refer to the screenshot below: The first component is the Table where the user will input Quote. Once ‘Save Quote’ is clicked Quoted Solutions records are created based on the selected picklist values and both Quote and Quoted Solution model is saved. The second is the Deck which has a Table within it. My Deck is on Quote and the table inside the Deck is on Quoted Solution. Please note that in order to link Quoted Solution records to Quote, I am populating the Quote Number
We have a requirement where we want to show related records of an object based on the values selected in the multi-select picklist. For example, if the user chooses an Account A, all Contacts related to Account A should get displayed below the multi-select picklist field in a table. If the next option that the user chooses is Account D, all Contacts related to Account D should get displayed in another table and similarly if he chooses another Account, a table should get displayed with its related contacts. Have tried different approaches, nothing seem to work out. Any hints would be highly appreciated.
Using V2 components, how can I center vertically the row selection checkbox? Everything else on the table centers vertically automatically. The checkbox remains fixed to the top.
Is there any component like a progress bar in skuid to add in a page?
Display Errors In Modal setting does not work: A V2 page has a Table component. The Table includes a Add Record global action. The Global Action opens a Modal, which has a Form component for entering the new data. There are required fields in the Form; there are also validation rules in the database. The Modal properties specify that errors are to be displayed “In modal,” not “On page.” However, the error messages are displayed behind the modal, above the Table on the main page. Required fields can be identified with Form-level “Show errors inline,” but validation errors from the database cannot be seen. This seems to be the purpose for “Display errors In modal,” but the option does not produce the expected result. Environment: API Version: v2 Release: Dubai Release version: 15.3.5 Platform: Salesforce Brief Summary of the Defect/Issue: Modal property Display errors - In Modal does not display error messages on the Modal Action Performed: Attempt a model save with required fields
Hi I am using Skuid V1 with Salesforce I had a use case where i needed to do some logic and return Contact records to Skuid to present to the User (logic i could not do in Skuid to select the Contacts. So i created an Invocable Method in Slaforce and wrote a JavaScript snippet to make the call and populate a Model. I am able to create the records with all the data i get in the call, but i can’t set the record IDs on the model with the ones i get from my call from Salesforce (the actual contact sf ID) . Skuid puts a temporary id and i can’t seem to overwrite it. If anyone can help me or give me a workaround would be appreciat it var params = arguments[0], $ = skuid.$; try { var contact = skuid.model.getModel('contact').getFirstRow(); var request = {inputs:[{ "last_name" : contact.LastName,"first_name" : contact.FirstName, "social" : contact.X1st_Social_Security__c}]} console.log('request ' + request); console.log('request size' + request.length); console.log(JSON.stringify(request));
This is likely something obvious that I am overlooking, but how do you write a formula to get a week number from a date?
I’m trying to add a donut chart in a skuid panel page, but it looks big on top of the page. Is it possible to change the chart dimensions to look something like this : And is it possible to change the ratio information inside the donut? skuid version 12.2.9 Thanks
Hi there, I have a requirement where I need the user to input the number of months in the text box within a UI only field. Reference below: Please advise on how can this be achieved?
What is the best way to implement input masks for fields when using V2 components? I am upgrading pages to use V2 components. I have inherited JavaScripts in them that have used input masks to format telephone numbers as they are entered. I need to replicate the masks in V2. Since I don’t have much experience with JavaScript, I am open to any suggestions that are easy to implement. Thanks.
Is there a way to set default filter set values from URL parameters declaratively? I can do it using model conditions, but I haven’t found a way to do it for filter sets. The use case is to dynamically build a URL with the exact report you want to run without having to set the values manually each time.
There’s a long, possibly useful thread on environment management / migration here but that thread is 5 years old at this point. As new customers, we’re curious if there are any advancements in this area since then. We’re gearset and gitlab users, if that matters.
I have a Skuid page that is on a Salesforce lightning page. The table on the Skuid is within a Responsive grid. When the Salesforce lightning page loads, the Skuid component is extending outside the lightning page component. In the screenshot, the blue background should separate the lightning page components. The yellow highlight shows where the Skuid page from the left side of the page is extending outside the lightning component. How to I keep this from happening? I assume that I’m just missing a setting because this does not always happen.
Changing the max auto saves property on a master page doesn’t seem to cascade to dependent pages and the property does not seem to be editable on dependent pages. How do I change the max auto saves property on a dependent page?
I have been using Skuid with salesforce since 2013. As a result, I have successfully designed customer apps tailer to my business. But there is one thing that is bugging the hell out of me my accounts tap is not loading any account records. The records are there because when I’m on the skuid page, I can preview the tap, which shows the records. It doesn’t bother too much until I need to merge records, and the only way around this is to go to the composed tab in skuid and sort it that way. Do any of you have any suggestions on how to fix this issue? Thanks Alan
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.