Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have been working on having sticky save and cancel button when user scroll down the page. I have tried using JS and CSS but haven’t been able to get that feature working. Has any one tried creating sticky header in skuid ?
Can you use the model.exportData() function in a snippet to export an array of multiple models… that have different Sobjects as their data source?
Let’s say. I have a model ‘Meeting’ which is also an event source on my calendar. When a user clicks an existing meeting event or creates a new one. There’s will be a field editor for the Meeting record and other two components which are dependent to the master record meeting. My question is that when the meeting status has been changed. The corresponding components won’t execute the render condition properly unless I refresh the whole page and open up the popup again. Eg: if the meeting record’s status is New. It won’t show the other two components. Otherwise, it should show the other two components. Any idea? Thanks so much
I want to wait to run a query when the tab is selected with a filter of last quarter. What can put in the value field to use the current date and time?
We’re in the process of moving our Partner Community over to Lightning so we want to update our Skuid Theme to match Lightning. A key component for the “feel” of Lightning are the icons. Is there a way to access those directly in Skuid or should we download them from somewhere like https://www.lightningdesignsystem.com/icons/#standard and store them in AWS or somewhere like that. It would be really cool if we could somehow just access them directly though using specific classes. If anyone knows if this is possible please let me know!
Hi, This is the use case: I have two identical tables, one with Read only, the other with Edit. I have a buttom set with a custom Edit and Cancel button. When I click edit, it changes a value in a custom Model to On and Renders the Edit only table. On Default and when I press cancel , it renders only the Read-only table. Everything works fine Except(!) when I have scrolling on for the table. On page load or first time load, the editable table minimized to one row. If I press Edit, then cancel and then edit again, it renders correctly with scrolling enabled. So this seems strange as it does work on second try and I can’t figure out why. I’ve reproduced the error on a simple page and attached screenshot and XML. Never mind the format etc. this is the Screenshot after Page load when I press edit. See the scroll bars on the right side of the header, it does show all 5 rows. This is after I press Edit, Cancel and then Edit again it works Any suggestions why this happens? I guess there mig
It was working. I have save the record I want to attach to. I can see the id of the newly created record. When I drag and drop the file is ay uploaded successfully. But the there are not any new files uploaded.https://drive.google.com/file/d/0B409lhd9sYDcLWdNeVdHaV9KOUE/view
Is there and example tutorial for upload multiple attachment or example xml code?
There is a new field in file properties when uploading called “Custom Owner ID Field”. How is this to be used?
I recently upgraded to Brooklyn Q2 Release and was in the middle of building a page. I have an action on the model to where if a boolean “Non-Inventory Receive All” is checked it adopts that row into another model. From POLineItems to POLineItemsToReceive. However, if they uncheck the boolean, I’d like it to remove the adopted row from the POLineItemsToReceive model. Before the update this worked! But, now that I’ve updated it no longer works :-(. I’ve tried several different way to make this happen, but can’t seem to find a way to make it work. Here is the UI version and the XML. Any idea a way around this? Is this a bug or is this how it was intended to work in the first place. I tried to find more info about the AdoptRows and RemoveRows function in Developer Guide, but couldn’t find an answer. Thanks for any help you can provide!
When using the suggested Visualforce override for List pages (see below), I kept getting an Inked error. I first checked the Visualforce permissions, and the user had permission for the page. What we eventually concluded is that Salesforce is adding this parameter below… ?fcf=00B41000002VHu0 (list view ID) …to the List view URL. Because Salesforce is adding its own ?, the ? in our Visualforce markup becomes unintelligible. By changing the ? to a &, we solved the problem. Has anyone experienced this? Is this new? Have I missed it? The fcf parameter for List Views appears to have been around for a long time…
Suddenly i cant see any record for a object in skuid why?
I’m suspecting the formula will work improperly when put it into Render condition. As you can see the MeetingDate__c is 7/22/2017, it’s definitely behind the NOW() value. My logic is the MeetingDate__c < NOW() I will show the error prompt. That is, in my case, the error prompt should not be there. But it still shows
I already have a bunch of attachment records that have pdf attached to them.so what I need to do is to be able to show a table (which I can do) and allow the user to print them in a batch.I.e. from the table they should be able to select all, or just of few of the records and hit the [PRINT] button and the code should print the selected pdf of the records selected.Has anybody have sample code for sending pdfs to the printer from within skuid?Thanks in advance.
I have a skuid page connected to an external Salesforce org. The page works fine when viewing directly. I attempted to include the Skuid page on a standard page layout by creating a VF page that has the skuid:page tag. This way generates the error: <i>error=redirect_uri_mismatch&amp;error_description=redirect_uri%20must%20match%20configuration </i> Is there an additional callback URL or other parameter that needs to be included for it to function using the skuid:page tag?
We have a Picklist which has recordtype based values to show up on a SKUID page. It is showing all values from the picklist irrespective of the recordtype. Checks:1. User’s profile has API Enabled permission2. User has access to Recordtype3. User has access to the picklist field4. No errors found in console while loading the page5. Correct recordtype assigned to the record6. Cache clearedAnything else we missed here?
Good afternoon, Our org currently uses SF Classic and I have setup our environment so that our users pretty much never see the SF Classic UI, they only see Skuid pages (including the global header and sidebar). Is it possible to hide the Salesforce global header if we decided to upgrade to lightning? We current use the following Visualforce code to override the standard pages in SF Classic. <apex:page standardController="Contact" recordsetvar="a" extensions="skuid&#46;Redirects" showHeader="false" sidebar="false" readonly="true" docType="html-5&#46;0" action="{!IF(canUseSkuid,'',redirect)}" title="{!$ObjectType&#46;Contact&#46;labelPlural}"> <skuid:page page="Contact_Tab" /> </apex:page>
I want to be able to run a function to detect if the user is still logged into Salesforce.I have been running a check against skuid.utils.userInfo.isAuthenticated to determine if a user is logged in when the page initially loads. This has worked.However now I am attempting to re-run the function at regular intervals (so that if a user leaves a tab open for a long time and the user is logged out of SF it will also log them out of the SKUID page they are on in a similar manner to how the SKUID Editor will log you out if you log out of Salesforce from another tab.Problem is when checking against skuid.utils.userInfo.isAuthenticated I still get a value of true even if I have logged out from another page when it is checked subsequently. I feel like perhaps the value is cached.Is there something else I should be doing (i.e. somehow clearing this elements cache or using a different function) in order to check if a user is logged in (when checking every 20mins etc…) to avoid getting a cached r
Hi, I have implemented custom rendering functionality on a custom picklist. Please find attached screen shot. Functionality: There are three picklists A, B, C. Whenever values of A & B will be changed, different values of C will be displayed. Issue: Suppose user will select values in picklist A and B, and on basis of that user select value on picklist C. But before saving user want to change value of Picklist B , thus picklist C values should be rendered again and should display different values. But it is showing previous selected value and new rendered values. Means picklistentries is not being refreshed properly. I have attached few screen shot regarding this issue, Please help as it is urgent. Attached is snippet Through this snippet , i am getting values in picklist entries var element = arguments[0],value = skuid.utils.decodeHTML(arguments[1]),$ = skuid.$; //Get Lead model information var leadmodel = skuid.model.getModel(“Lead”); //Fetch first row of Lead info. var raw=
I am trying to access a behind firewall (non-public) REST API using the Skuid platform. We have the same API in the public cloud and private cloud for clients. From my development machine, if I use the PROXY flag when setting up the datasource, it works fine and I can see the call in Fiddler go to SKUID proxy to hit the public instance API. When I switch the Flag off or even create a new datasource without the PROXY flag, I never see a call actually emit from the client browser/machine to local endpoint setup. Has anyone been successful using a non-proxy setup with a private REST endpoint? If so, what might I be missing?Thanks in advanceMike
user is not able to download chart in lightning mode but able to download in classic mode.
Since we could prevent users from adding a new past calendar event. How could I add the validation rule before saving a new record? In my case, I have a record with date value. the new record will be saved once a user click the custom button which will trigger save-model events I need to make sure the datetime value is great than now. How could I do that? Any documentation? Thanks so much.
We have a table that has a date/time field (employee time card) which displays everything correctly. The problem is that when I export this table to excel it changes all the times from EST to PST for some reason. How do I change this?
Let’s say I have ‘ngUi’ module in my ORG. However, some skuid pages are created without belonging to any module. I want to put them under ‘ngUi’ module. How could I do that in a quick way? Through the skuid page builder, I could not see the ‘ABC’ module on the options. 'I believe the things I need to do are Put the ‘ngUi_’ as the prefix for the corresponding xml and json meta files and open the JSON meta file. Update the correct values with ‘uniqueId’ and ‘module’ value? Am I correct on migrating those SKUID pages to a specific module? Thanks
After the Brooklyn update, lookup fields aren’t returning results when the user types in a value. Using the magnifying glass search works, but not if the user directly types in a value. The blue wheel just spins and never returns a result. I made sure all the search fields were added to the model, but the no result is still an issue. This is happening across the skuid on Salesforce. All lookup fields don’t return results. Any ideas on how to fix?
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.