Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
https://docs.skuid.com/v10.0.6/en/skuid/api/# All other versions are fine. ALSO, there are 2 listings of 10.0.16.
Not sure what I’m missing TBH.I have 2 models based on the same object with the same fields. The first model loads on page load. The second model loads on tab loading for first time in tab set.The second model does get rows but the adoptRows() function isn’t doing anything. Tried in snippet and in console.Tried in console:skuid.$M(‘FirstModel’).adoptRows(skuid.$M(‘SecondModel’).data)skuid.$M(‘FirstModel’).adoptRows(skuid.$M(‘SecondModel’).getRows())According to the documentation, you must provide an array of objects (rows) as the first parameter. Both .data and .getRows() do provide this when I enter them in the console.It’s my understanding that adopting rows from the second model to the first model ignores conditions used to initially query for rows in the first model. I can’t imagine that they would be used to “filter” incoming adopted rows. Other than this, I can’t make sense of what’s going on.
Hello community, could use some help trying to change specific button colors. Full disclosure, just starting to learn how to code and use CSS. Here is what i’ve got so far:I have a CSS class with the following script:.purplebuttoncolor { background-color: #D2B4DE; border-color: #D2B4DE; }I applied this to the button in the advanced section of the button, and it works fine. The problem occurs after I interact with the button. Once the button is used on the page, it reverts back to the overall button color theme of the page.Please help!
Hi All! Is anyone going to the general TrailheaDX this week?
I’m trying to use Stripe’s Checkout button in a Skuid page. https://stripe.com/docs/checkout I’ve put the following code in a template it it opens up correctly, but it won’t allow me to use any of the model data as values in the form action. I’ve tried {{Total}} and global merge {{$Model.data.0.Total}}, but neither are accepted no matter how many field types I’m using. I know I’m probably missing a lot here since I can’t find any help about this online. How can I use model data in a form action? Should I be using a snippet to do this? and if so, how? Appreciate any help you can give! (using Stripes Test API Key) <form action="your-server-side-code" method="POST"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_test_6pRNASCoBOKtIshFeQd4XMUh" data-amount="999" data-name="Stripe.com" data-description="Widget" data-image="https://stripe.com/img/documentation/checkout/marketplace.png" data-locale="auto" data-zip-code="true"> </script&g
In UI fields and today is Saturday I want to return days of week in 7 separate UI_fieldsDAY_NAME( TODAY() ) returns SaturdayDAY_NAME( TODAY()-1 ) returns FridayDAY_NAME( TODAY()-2 ) returns FridayDAY_NAME( TODAY()-3 ) returns FridayDAY_NAME( TODAY()-4 ) returns FridayDAY_NAME( TODAY()-5 ) returns FridayDAY_NAME( TODAY()-6 ) returns FridayDAY_NAME( TODAY()-7 ) returns FridayI must have formula wrong?
I have been challenged with incorporating Outlook into our Salesforce using Skuid. I was able to connect our Microsoft server and have succeeded in creating new single emails using the Outlook Draft object, pretty cool. I am now stuck on allowing the user to select multiple Contacts (mass email). I currently have the Outlook Contacts as a table to select the records to grab the email addresses and am using a snippet from another post to create a semi-colon seperated array. This works great, but I need to pass the email addresses to the Recipients field in a model called NewDraft that is opened via PopUp that is used to create the new email. So I need to replace the yellow highlighted code below with this functionality. Any direction on this would be greatly appreciated Thanks! Ann
Formula to extract day of the week from a date field. Does anyone know how I can define a formula that returns Monday/Tuesday/Thursday etc from a date field? The only formula I can think of requires that I define a variable ( Sunday = Day (Date expression) + 7x; where x= integer between 0 and infinity)It needs to be UI-field. Here is a formula I found but skuid does not have “MOD”.CASE( MOD( Date__c - DATE(1900, 1, 7), 7), 0, “Sunday”, 1, “Monday”, 2, “Tuesday”, 3,“Wednesday”, 4, “Thursday”, 5, “Friday”, 6, “Saturday”,“Error”)Any ideas?
If today is friday and I am using UI-fields, why does the following not return “Friday”?IF( DAY_OF_WEEK( TODAY() ) == “6”,“Friday”,“”)
I’m just getting my mind wrapped around Skuid, and have some questions. Skuid 11.1.6 Regardless of which icon I select for this Global Action button on Tasks, it renders as an exclamation point. Any ideas? On the Tasks table header, how do I remove the ‘+’ symbol for new task? Is there a way to make the New Case and New Task buttons the same size? I didn’t use a button set for New Task because I want this button to align with the ‘Save’ and ‘Cancel’ buttons on the right side of the table. For ‘New Case’ I’m using a pop-up. TIA.
After updating to most recent version of Skuid for Salesforce (11.1.7) my charts are all wonky when using my default theme. They aren’t respecting the height value I have input into the chart’s settings (need the chart to be 100 px, but it is rendering at 400 px.) Only on my default theme, though. They act normal when I change the theme. I tried the update out of data theme button, also tried swapping out the theme with the static resource from my sandbox. Nothing is working 😦
Hi! I am trying to add a created by (REFERENCE) filter to an opportunity table and when I type in the person’s name I want to filter by it doesn’t filter down to that created by’s name. I have several conditions on the table and have filter logic applied - not sure if that’s possibly the culprit? Any help is appreciated! 🙂
Hello,I’m trying to use Skuid to help automate an Excel process. What we want to do is do is a vlookup from one table to another. This works using the model_lookup ui-only formula value.However, we want to perform a mass action on those items of the same lookup value, so I need to be able to filter the table to only those values so we can select all and hit the appropriate mass update action.I’ve seen that this was not possible in previous versions because ui-only fields can’t be used as model conditions, but those posts were quite old so I’m hoping the answer has changed. I’m also willing to do javascript if that is an option.Please let me know your thoughtsThanks,Paul
Skuid seems to be requesting fields that it can’t find - any ideas?
That title is a mouthful, but it is a radical behavior change from v9.5.17. We have a table that uses javascript to render one of the columns by looking up data from another model. In v9, each row is updated with the lookup data applicable to that row. In v11, each row is updated with the lookup data from the last row in the table. In other words, each row displays redundant information which is wrong, except on the last row. The javascript used to render the field in table sets a condition on the secondary model, then queries the model with updateData(callback). The callback function calls the standard renderer, using data from the secondary model as value in the renderer. Although our use case involves a set of custom objects, you can see the behavior with the User object doing a redundant lookup to itself. The primary model is Users, the secondary model is Users2. There is no condition on Users; Users2 has a filterable condition on Id equal to a single specified value, on by default
We have a main tabset for navigation. The single component of one of its tabs (Fees) is another tabset with two tabs, Program and Worksheet. Each of those tabs has a page-include as its only component.The inner tabset is set to remember the users’ last tab and to defer rendering of tab contents.Both the Program and the Worksheet tabs are set to load lazy page include components and have no Actions.The two page includes are each set for Lazy Load.When the user’s last tab is Program, the program page include is loaded immediately when the (outer) Fees tab is selected. When the (inner) Worksheet tab is selected, the worksheet page include is loaded. This is the expected behavior.When the user’s last tab is Worksheet, the worksheet page include is loaded immediately when the (outer) Fees tab is selected. When the (inner) Program tab is selected, the program page include IS NOT loaded. Not at all. Troubleshooting with the developer tools Network tab and XHR filter shows the worksheet page i
Hi,I have created apex class which returns list object( consist of Id and Name ). I wanted to bind these data to my Skuid UI Picklist fieldThanks in AdvanceJoyson
Hello new to Skuid and loving it already - my colleague just created this dashboard in Chartio using salesforce data I was wondering if we could do the same thing using Skuid instead. I can get the data for each of the components and figured out how to do Aggregates; the chart won’t be so difficult though getting things like “–/10” still perplex me or even “141/165” is this possible to do?
I have a formula UI-Field in a tab. When the underlying model is saved and refreshed the value is not updating. However, the value will update if the UI-Field is in a skuid table. I can force it to update if I rerender the entire tabset component but this is a bad user experience. Is there a way I can just rerender that tab to get the UI-field to update?
Hi everyone, Does anyone have a quick and easy way to add a tool tip to a button?
Hello All,I have a table and a toggle button that shows/hides the table. Perfect, but I would like for the page to load with the table default to toggled off (hidden). Is there a way to accomplish this?
We have several situations where we use the ‘Other Situation’ for Page Assignments due to us having a Community view of a record, and an Internal view. In a few of these cases, we have records types also coming into the mix. With the 11.1.6 upgrade, the Record Type doesn’t appear to be working. The Skuid Page Assignments page has never handled having “Other Situation” plus a “Specific Record Type” well - the data is there in the table, but the page UI never would show it (always said ‘All Record Types.’ So we got used to building a quick Skuid table to see and modify the actual data, and everything worked fine. Now, we have our ‘Other Situation’ called InqInternal and a Record Type Developer Name called ‘Customer_Deviation.’ The page just takes our users to Classic SF page instead of the Skuid page on 11.1.6. If I make the Record Type selection ‘Any Record type’ then you go to the correct Skuid page. Add the record type in, it fails and redirects to Classic. Here’s the Page Assign
I replied here, but just noticed that post is marked solved and I am still having the issue on version 11.1.6. I created a simple test page (XML below) to show this using a model based on the Account object that creates a new record. When Type=Other, the Description field shows; otherwise it’s hidden. However, if the user types a value into Description, then selects a Type besides Other, whatever was entered into Description is retained in the model (see below image). This is a contrived example, but there are many cases when a user changes an entry before saving that invalidates the values of conditionally hidden fields, so those fields should revert to null (or whatever their initial value was when the new record/row was added, e.g., default values). Cancel-changes-if-hidden does work on existing database records from what I can tell; my issue only applies to new/unsaved records. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewpor
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.