Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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?
Is there a way I can dynamically assign a model to a file upload component? I am trying to create a generic page to display attachments, which will also allow users to upload new attachments and use this page as a page include across a variety of object record detail pages.Zach helped me here https://community.skuid.com/t/get-sobject-name-from-salesforce-id with building a map of salesforce key prefixes and the corresponding object names dynamically. I am making use of this map to check against the id of the salesforce record, determining the sObject and am able to build the object model on the fly using javascript. Now, I have a file upload component on my page, to which I want to assign this newly created model.Is there anyway I can do this? Is there any documentation on this?
Is it possible to deploy the SKUID app into a company’s own domain or can the whole app deployed to a private/cloud server using any web server (PHP, node, Apache or IIS) ?
Actual, I was able to add the condition on UI Model through XML, but when i try to activate the condition through Table filter (Toggle) (NOTE: Table use UI model to display data), its not functioning properly. Would be glad if someone could help me with this.
I have 2 models: Program and Timeline, both have a field named Mail_Date__c. When the Program model Mail_Date__c is updated, need Timeline model Mail_Date__c to update to that same date. Action Framework only allows specific dates, so am using Snippet, but am unable to find the correct syntax. Here is what I have so far that is not working:var params = arguments[0], $ = skuid.$;var model = skuid.$M(‘Timeline’);var row = model.getFirstRow();model.updateRow(row,{Mail_Date__c: Program__r.Mail_Date__c});I assume the last line needs help. Thanks!
It’s so not-making sense that people can add past events or click the plus button on a past date.Is there any way to disable users from adding past events.Thanks
Is there a way to compare two dates in a ui-only formula field?I can’t seem to figure this one out.
I am trying to build ONE page to display and add notes/attachments and also display the object history which can be used across all objects through a page include.I am thinking the page can take the salesforce id of the record and based on the id, I can determine which salesforce object it is and then create the model using javascript.My question is how can I can determine the sObject based on the id? I know how to do it in apex but it would be great if I could somehow achieve it using Skuid.
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.