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’m building and Opportunity overlay in the latest version of V2 (12.2.6) and have another Opportunity-facing Page Include built to render when a specific tab on a Tab Set is selected. The issue I’m having is sometimes the Page Include renders, and sometimes it does not. If it does not render, I can usually get it to render by toggling to a different tab and then returning to that with the page include. Here’s what my logic looks like on the tab. It’s the same for both rendering categories. What can I do to get the page include to render reliably upon page load and upon toggling the tab? I took a video recording of the issue in action. It’s on Google Docs here: https://drive.google.com/file/d/1guRZ8Q9v0aNINO0aSNEg8hFGuyyhq–M/view?usp=sharing
Hello,I have a issue with the rendering of a number field in a form on a page in Spark. It’s being displayed as ‘Number’ and doesn’t have anything fancy going on with it. There are no issues when any number other than 0 is entered. However, when 0 is entered, whenever I click outside of the form field it appears that the field reverts to blank. When I inspect the model the field still has 0 in it, not blank, and when I save the model it saves 0 to the field with no issue. It appears that this is a rending issue, that skuid is reading 0 in a number field as a blank value for some reason.Normally I would add some javascript to just render the form again, but since this is in Spark that’s not an option anymore.Is this a known issue? Is there any easy fix to render 0 in a number field?Thanks!
I’m trying to build one of those (annoying) pages where a pop-up displays before you view the page. The pop-up will have a checkbox (“I’ve reviewed the Privacy Practices document”); I’ll use this to close the pop-up.Ideas on how to achieve this?
We’re noticing significant performance slowly when it comes to saving and page loads in one of our sandboxes that was upgraded to Winter 20. Running the same action in a non upgrade box side by side with the winter 20 upgraded box, it’s taking 4 or 5 times as a long to save a record.Already tried upgrade to the latest Skuid package (12.2.6), but the issue continues to persist.Anyone else seeing degradation in their Winter 20 boxes?
Hi All,we are getting this below error on every standard Skuid tabs and pages,Encountered premature end of XML: no more data available - expected end tags to close start tag from line 3 and start tag from line 2 and start tag from line 1, parser stopped on START_TAG seen …y=“true” limit=“25” type=“” doclone=“” datasource=“salesforce”> … @4:3We just got a new sandbox refreshed from another sandbox.we are not able to open any custom skuid page or even any tabs like Skuid Central, Pages , Page Assignment etc.P;ease help me to resolve this issue.Regards,Akanksha
I have a DocuSign PowerForm embedded in a Salesforce Community. The Community User (with Customer Community Plus license) signs the form, and the DocuSign PDF gets attached to their Account record, and is shared with the User (specifically, with their Person Account record). All of this seems good so far. I can display the DocuSign PDF on an INTERNAL Skuid page using the ContentDocumentLink object. When I try to display the PDF on a Community Skuid page using the ContentDocumentLink, I get nothing - the table doesn’t even render.- I know (I think?) that files need to be shared via Chatter to show up in the community. I tried sharing the file via chatter manually, and the record still isn’t showing up. - Is the ContentDocumentLink object available in the community? If it isn’t, what should I use? And then… once I have the correct object, I think I may need automation to share the file via chatter before it will show up. The DocuSign PDF should be viewable only by the Community mem
Hello all, is there any way to build the Bar (like pizza tracker)with SKUID, When Sales people open the any Lead i need take them to detail page, on detail page, i need to highlight the STATUS values on BAR.Is this possible with Skuid.
Does anyone have a good solution to overcoming the CSP error “connect-src ‘self’” when trying to call a REST API within the org? (e.g. We have a page that uses method 2 from Zach’s https://community.skuid.com/t/calling-apex-function). Of course the call works as expected if we use the VF page but we are looking toward optimization. Thanks in advance
I would like to mimic the Edit Page button that is docked to the right center of every skuid page. I would like to be able to display one or more specific buttons in this fashion (although I would like it to be able to specify the location it is docked to if possible. I am using V2 with Design Systems, so I am limited on my ability to adjust the CSS, unlike in V1, so I’m not sure how to proceed. Any ideas would be greatly appreciated.
I’m trying to build functionality that dynamically generates models and components. I’m using https://docs.skuid.com/latest/en/skuid/javascript/dynamic-model-component-creation.html as my baseline. I’m able to build and register all of the models, but I’m running into rendering the of tables. Here is the JavaScript for my component var element = arguments[0]; var $ = skuid.$; var $xml = skuid.utils.makeXMLDoc; // Grab Opp data var oppsModel = skuid.$M('Opportunities'); var oppMapByFiscalYear = {}; // Make sure we have the Oppmodel if (oppsModel !== undefined && oppsModel.data.length > 0) { // Loop through opp model and map by fiscal year oppsModel.data.forEach(opp => { console.log('opp', opp); var tmpFiscalYear = (opp.FiscalYear !== undefined) ? parseInt(opp.FiscalYear) : undefined; console.log('tmpFiscalYear', tmpFiscalYear); if (oppMapByFiscalYear[tmpFiscalYear] === undefined) { oppMapByFiscalYear[t
We use “starts with” on text fields as conditions. Can this not be done on V2?
I’m attempting to go live with an Opportunity overlay built in API V2 for the first time. It works wonderfully in preview mode, but today I tried to make it live in Salesforce (Classic) and the page fails to load. My overlay built in API V1 continues to work fine. When I bring up console I see the following error: Uncaught (in promise) Could not find Skuid Page named “” Any thoughts on what the issue could be here? I updated to the latest version of Skuid (12.2.6) in Sandbox and I’m getting a similar error with my V2 overlay: “Uncaught (in promise) Unknown error”.
I need to check the value of an updated field in a SKUID table, and run some actions based on it. As am unable to find a way to refer the edited record, I am trying to loop through all the records while updating and check the field values. My exact requirement: When the user tries to update the highlighted ‘Status’ field to ‘Complete-Approved’ or some other specific values manually, I need to block the UI, display a message of ‘Invalid Status’ and revert all the model changes. The functionality works fine currently, when the user tries to update the first record in the table: However, it does not work as expected when the ‘Status’ field in other records of the table is updated. To achieve this, I was trying to loop through the values in all the records of the table. If any of the values is not expected, I wish to show the ‘Invalid Status’ message and revert back model changes. The current model actions set for this are shown here, along with the ‘Branch’ formula, which I wish to edi
I want a UI field (checkbox) to be populated according to the field on another model .A custom logic for populating the UI field is “IF the field on another model contains the rowid of this model then make the UI field true”.Is it possible?
I have an aggregate query that returns a field called “YearMonth” in the format “YYYY-MM”. I also have several other fields with data in them; one of the fields is “Amount”.I would like to create a table where each distinct value of YearMonth is its own column in the table, and each cell in the YearMonth column is filled in with the Amount for the combination of that YearMonth and all other columns in the table that aren’t YearMonth columns.For ExampleColumn Header: Account,Fund,2019-01,2019-02,2019-03First Row: 10000, 100, $0, $100, $200Second Row: 10000,200,$50,$75,$100Third Row: 12000,100,$10,$20,$30etc.Is this possible? How might I go about constructing a table that looks like this?
The free barcode generator we were using has stop working and we are looking for a new solution. Does anyone use a good barcode generator that integrates nicely with SalesForce and Skuid?
Is there any way to update or remove a specific row in a model?Let’s say I want to run a branch that investigates row 0 on a model, and if row 0 is found to have a certain condition, removes that specific row from the model prior to saving the model. How do I go about doing this?
What is the default return value for MODEL_LOOKUP if the row is not found in the model it’s searching? I’m trying to write a condition for the row not being found in a model.
I’m trying to use a temporary model that I then adopt rows into model for the model I’m going to actually go about saving in order to prevent incomplete rows from getting created in the model I want to actually save. When I go to save the model, I get an Invalid Reference ID Billing error. It seems to be getting the Application Amount in properly, so I think it’s getting the Billing ID in properly… why am I seeing this error when adopting rows into model? I was getting this error even when I tried to adopt rows into model using the same {{Id}} (not the ID from $Output), both seem to give similar results. Why do related IDs seem to malfunction on insert when using adopt rows? What do I need to do to make this work?
I can’t seem to find in the documentation anything in regards to the syntax of the $Output merge variable. How do I go about using it? I want to reference the ID of the adopted row as well as another field.
We display a lot of date fields in our Skuid layout, and as I rebuild the page in Spark/V2, I’m seeing many of these date fields display as “Invalid date” rather than as blanks like they did in V1. It’s distracting and looks like the field is displaying an error when it is in fact simply blank. I included a screen grab of what this looks like in play: Is there a way to format Form components so they simply display a blank field if the field in Salesforce is blank?
Hi Team,There are 2 critical updates in salesforce ‘Require Customize Application permission for direct read access to custom metadata types.’ and ‘Require Customize Application permission for direct read access to custom settings.’ When i activated these updates, on the community site, skuid page is not able to access the fields of Custom meta data and custom setting fields. We checked that lightning component can access the fields on the community but skuid don’t support to query the fields of custom meta data and custom settings.After activating, Model contains data with Id but all other fields is not accessibile. Just like ‘Name’,Label,MasterLabel, Custom field is not accessible.Please let me know what i need to do additionallly for accessing the fields of custom metadata and custom settings on the community site.This is urgent.Please find the below screenshot of Critical Update.Thanks,Geeta Garg
Hi,Trying in Sandbox for the first time to add a New Data Source for MySQL hosted on google, and for some unknown reason, it does not want to work.I’m able to connect with same credentials Using MySQL Workbench but in Skuid I get an error:Here are the steps I did:Added a new CSP Trusted Site with URL: https://gateway-us.skuid.netCreated a new Data SourceType: MySQL / MariaDBEntered the credentials in all 5 fieldsand get the following error:Anyone have any idea on why, and how I can make this work?tested on sandbox Skuid version: 12.2.2 (latest)Thx
Hey all! I know building pages and realizing you either a) wanted to use a master page or b) did not want to use a master page can be a pain, because it means a full rebuild or XML surgery. So I built a converter page you can add to your Skuid instance: https://github.com/skuid/skuid-labs/tree/master/experiments/pages/childNormalPageConverterIf you haven’t heard about Skuid Labs, it’s a place for all your cutting-edge Skuid experiments. There’s no warranty on anything, but this page should be relatively safe. Of course, always back up your work as a precaution!If you encounter any bugs or have ideas on how to improve this (or anything in Labs), let me know, or feel free to submit a pull request.
Some of our customers are reporting issues when attempting to view Skuid pages using Internet Explorer. Is anyone aware of this issue and, if so, do you have a resolution?
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.