Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I am new and trying to use File Upload Feature in skuid model to attach an image to the record.In the file upload properties, there is an option to select File storage location. If i select, in a field on the record option. What type of field do I need to create on the record to hold the file?And how to display the file that was uploaded when viewing or editing the record?Thanks for helping.
I received the following error when trying to connect to a Google Data Source:1. Error retrieving metadata for Model(s) associated with Data Source ‘GoogleDirectory’. Please check Models’ properties to ensure they are set correctly.Error connecting to REST Data Source at URL “https://www.googleapis.com/admin/directory/v1/users/USERID”: [object Object]What does this error message mean?It looks like the error response wasn’t stringified.
When user clicks on Edit action from salesforce view, I am redirecting them to a squid page. How do I automatically populate the fields in skuid model, for the record that is being edited?
I am selecting a record type from the dropdown and it is redirecting to a skuid page as intended using a visualforce page to redirect. After saving I can view the record in the new view that I created in Salesforce. However, there is edit action next to the record and I want it to go back to the squid page for editing instead of the Salesforce page layout. Please let me know how I can redirect to squid page when user click on edit next to the record in the view screen. ThanksDo I just create another Visual Force Page that will Redirect the Edit and do Page Assignments for Edit? How can I load to the record that is being edited in squid model?
I have a wizard with 5 steps and when navigating to the 3rd step, I get the following error:1. There is a problem with how this Skuid Wizard was built: we were not given either a step id or a URL to navigate to.Can you please post what is needed to be done to resolve this issue. Thanks.
I have a form editor within a Wizard and all the fields are editable. I have to click on edit sign next to the field for the text box to show up. I want the text box to show automatically instead of the user having to click on the edit sign. Another question is that one of the fields has a default value of 1001 and is showing as 1,001. How can I remove the comma in the default and entered value?
I’m not able to get feedback to show in a SF Community. It shows just fine internally (feedback is activated), but not displaying to community users.I’ve got object access (on Feedback and Feedback Responses) for the community profile set to View All and Edit, and OWD External Access for both objects is set to Public Read/Write. Is there some other permission I am missing?
I am selecting a record type from the dropdown and it is redirecting to a skuid page as intended using a visualforce page to redirect. There is a field recordtypeid on the skuid page that I want to auto-populate with the selected record type from the dropdown in the previous page. This is basic question but I am totally new to Skuid so please tell me the steps. Thanks.
I’d like to truncate the currency totals in my charts to round to the thousands and then if its in the millions switch from K to M. What would be the best way to do this in Charts and Rich Text Components?
(Using Skuid 11.2.5) We have a bunch of Field Editors on a page, and we have buttons to move them in and out of Edit mode (using a Global Action Sequence, but this is irrelevant) that fires a bunch of “Run Component Actions”. I have two sequences that specifically move them between edit and read, because using Toggle 1) didn’t solve this problem and 2) seemed to introduce other problems! So on each action we have a sequence of these on each field editor: “Run Component Action” > “Change Edit/Read Mode” > “Edit Mode” and subsequently on action sequence 2: “Run Component Action” > “Change Edit/Read Mode” > “Read Mode” Now, these “work” - but they only work if the table’s original mode was “Read with Inline-Edit” - and when you run the action to put them back into “Read Mode” - it puts them back in to “Read with Inline-Edit”.ie. If we make the field editor “Read Mode” on the page - the Component Action cannot switch it into Edit mode (it simply doesn’t change).Has anyone else
I have created a page where clients can enter data regarding contracts. When entering their account, the look up box allows them to see all the accounts we have in our salesforce system. Is there a way so that our clients are only allowed to see their accounts and sub accounts? There are many portal users so this fix would have to be a company/system wide solution, not limiting accounts and sub accounts using the render function.
I have used "In Content Document (with Record Context) to upload documents. I can see the uploaded documents in “ContentDocument” object. But I see no common Id to link my object “CR_File_DNA__c” to the “ContentDocument” https://drive.google.com/file/d/1anElTQ8CKuymAIC0NxCB7NwqCoKSyVGB/view
i have 3 types of attachments for application object. if filename = test1 then i need to display only test1 attachments if filename = test2 then i need to display only test2 attachments if filename = test3 then i need to display only test3 attachments where i ahve to write condition in skuid. can any ony explain wirth screenshot
How do I show a lightning page: https://dorothy.lightning.force.com/lightning/r/ContentDocument/069f1000002wZh7AAE/view without the yellow area at top?
I got excited…and then a little sad when I clicked on it and nothing happened… 😕
We are planning to upgrade from 11.0.3 to 11.2.5 and while testing we encountered this issue. Our table has filter to lookup field. (On contact table, we have filter for account). When we search the account it shows the results to apply to filter, but when we select any returned result the filter is not applying and we seeing below skuid exception in console. Exception after we select any account. We are planning to upgrade to fix other table filter issues and ran into this new issue, please suggest if there is a better way to fix.
Hi there, I found an issue with skuid version 11.2.8 that model definition/model is not cleared after going to different page. The scenario is we have a container page called Navigator. In Navigator, we have a page include with id main-include. We use javascript to change skuid page for the page include (main-include) like this. var $ = skuid.$;var pageName = ‘shared_task_list’; // we switch this page based on the //record/view dynamically. E.g. if you click on a task //subject link we navigate to task view page by //switching pageName to task_basics_view.var include = $(‘#main-include’);var includeObj = include.data(‘object’);includeObj.pagename = pageName;includeObj.objecttype = ‘’;includeObj.querystring = queryString; includeObj.load();```This is all good about switching the page. However, I can still access the model ‘Shared_Tasks’ of page shared_task_list even after navigating to task_basics_view page which contains only ‘Task’ model. Is this expected behaviour? Thank you.Gyan
I have tried to produce two page layouts that seems to be alike. But when seen as a Partner Portal user some records won’t show. I can’t find any fields that should limit this because, as far as I can see, PP access is granted on all relevant records and fields. Below is my view. I can see more records than PP-user (the ones circled) and I also can see subrecords (price history lines) PP-user first product to be seen is my fourth and the sub(?)record won’t show anything but headlines.
I see that I need to use "In Content Document (in record context). How can I within skuid get the functionality to preview so I don’t see that it is salesforce? Or get the functionality of this page within a Skuid page?
I am creating a button to launch a flow and then return to the same page the launched the flow, The flow The flow works just fine , but the return URL is not getting created correctly. The Button: The Text:/flow/Skuid_Create_New_Quote?VAR_OppID={{Id}}&retURL=/apex/skuid__ui?page=quoteWizard&id={{Id}}The end result for the retURL is https://kellex–skuid.na59.visual.force.com/apex/ui?page=quoteWizard I know the Flow is getting the value for {{Id}} so the variable is working. It should return https://kellex–skuid.na59.visual.force.com/apex/ui?page=quoteWizard&id=006f400000EI4c0AAD in order to workAny ideas?Thanks!
^ as described above. This is quite a big one for us. Seems maybe to only affect new pages? If there’s a quick css fix we can add to the page could someone let us know? Cheers! Louis
Tables- The search and save buttons (aligned left) seem to bleed into my filter buttons. I am using Classic theme and I am on version 11.2.6.
Can any one send as a screenshot to where i add by filter order by condition
When I place the cursor side in the textbox for editing, the typed text appears at the bottom and outside of the box. The height property is causing this issue. Once removed, cursor positions correctly. /* Fix border, weight, and height of form inputs */ .nx-field .flex-text-wrap pre, .nx-field .nx-richtext-input, .nx-field input, .nx-field textarea { border: 1px solid #dddbda; height: calc(1.875rem + (1px * 2)); font-weight: 400; }Is this a known issue?
I’ve added multiple filters to my Table that is for an Opportunity model. The Filters are multi-select options based on picklist fields in Salesforce (Stage, Type, etc). When I go to use the filters it is giving me random values to filter off of and omitting the ones I need. Values in the Stage column in the table are not present in the filter, how do I fix? I only want values that are already present in the Table for that specific field. I’m also open to manually setting the values allowed in the filter.
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.