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
I have iframed a Visualforce page into a template field using the following code: Example 2<br alt="" name="" rel="" target="" title="" type="" value="" /><br alt="" name="" rel="" target="" title="" type="" value="" />In the <head> put:<br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><code alt="" name="" rel="" target="" title="" type="" value=""><script> function resizeIframe(obj) { obj&#46;style&#46;height = obj&#46;contentWindow&#46;document&#46;body&#46;scrollHeight + &#39;px&#39;; } </code></script> Change the iframe to be:<br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><iframe src="&#46;&#46;&#46;" frameborder="0" scrolling="no" onload="resizeIframe(this)" /> ```I've tried to put these into various places in th
Hi Guys, I’m attempting to connect to a Sharepoint Online site. I’ve diligently followed the guide (https://docs.skuid.com/latest/en/data/microsoft/sharepoint.html#sharepoint) a few times, however I can’t make the auth work. Everything seems like it is working, I log into Sharepoint with my credentials in the oauth popup, and then I get “Authentication Failed” in Skuid. When I capture the redirect in Fiddler I can see the login prompt is redirecting to https://cpdev1-practifi-dev-ed–skuid.ap1.visual.force.com/apex/skuid__oauthcallback?error=server_er…, most interestingly specifying this in the querystring: error_description=The remote server returned an error: (401) Unauthorized.&amp; Seems like I need to grant more access in Sharepoint, however it’s not immediately obvious how one does this. Has anyone made the example in the guide work lately? Any feedback is much appreciated.-Dan
I have a Skuid page with a basic list of Opportunity fields in a Multi-Currency Org. The Amount field shows the Opportunity Currency and in parenthesis there is the Org Default Currency Amount (Converted). However, when I Export the fields it only shows the Opportunity Currency Amount. Is there a way to Export the Org Default Amount similar to the Amount (Converted) field in SalesForce Report Builder?
I have a search component on Event record that looks up two sets of object records; Contact, and User. When a search result is clicked, a record is created in EventRelation object. The creation of this record fails if a user record has been selected, this is because I set field IsParent on EventRelation to TRUE. If the search result clicked is a contact, the EventRelation record is created without issue. I want to add some logic to the actions that differ when selecting a User and Contact record. If an EventRelation record is being created with a Contact; set IsParent to FALSE If an EventRelation record is being created with a User; set IsParent to TRUE What I’ve built so far isn’t working, the EventRelation record gets created, but the Branch logic doesn’t seem to be working, or something related isn’t working…i’m not too sure. The branch logic should be checking if the UserId from the returned object is blank, if it’s blank then the IsParent field should be updated to TRUE. I’d like
I have a a popup open and another popup open on top of that one. After upgrading to the newest 11.2.6 when the action is “close topmost popup” it closes all popups.
I have a mismatch between the date range in a table and chart. It appears the problem stems from the definition of the week (i.e. what is that date range of a week). My preference is this would be Monday-Sunday. this is the table: showing 10 meetings in last week (where date = LAST_WEEK). and this is the chart: showing 7 meetings last week and 3 meetings the week before (being those held on 29/07/18, a Sunday). this is the chart settings: can someone please help me match these definitions?
When i use “Ride - Uber” in a picklist and use it to render a table, the table does not work. If I change the picklist value to “Ride Uber” it works. I used to be able to use “-”?
I am trying to run an Apex data source action from a row action. What is the merge syntax to use the current working row to pass as a record to the Apex class? As of right now, running the row action results in a null-object error. Below is my Apex class and action setup:
Hi,File Upload model “In Content Document” seems to work well as I can see the new files upload when I switch to standard SF oppty page but when I come back to skuid oppty page new files we uploaded today are not showing on Content Document table.I can see file uploads we did yesterday or the days before but not the ones from today.Any idea ?Thank youCyril.
Hi Team, Our Org was on skuid version 11.0.2 and i was not able to create a page selecting page type as mobile. I have upgraded it to 11.2.5 and noticed creating new page shows page type as mobile, but when i create a new page with type as mobile i get You’ve been INKED! (Something went wrong).
When logging in, the user id needs to be included in the url for the correct data to populate on this skuid page. The apex code below renders the url as “CAS_Child_Profile&id=0000000000000” <apex:page standardController=“User” recordSetVar=“c”extensions=“skuid.Redirects” action=“{!redirect}&page=CAS_Child_Profile&id={!User.id}”> </apex:page> Please help!
I have two event sources for a calendar component, Outlook and Salesforce. I am trying to merge the two together by creating a new Saleforce event record, but I have not found a way to pass the Outlook subject and description to the Salesforce record. I tried using a page include and was able to pass the start and end times, but could not pass the subject and description via the URL. Now I’d like to somehow run a before popup or after open action sequence to create a new SFDC event record and pass over the outlook data. It seems the only way would be javascript and that is not my forte. Does anyone have a declarative solution for this?
Hey! Is it possible to use a snippet to make a soql query and return results in a similar way to the process for doing a sosl search (skuid.sfdc.search). I need to do this in a snippet as opposed to just using a Skuid model because I need to access the OFFSET condition in the SOQL request. Any help much much much appreciated. Cheers! Louis
I’m using the below custom snippet for a field. I’m not able to render the field when I select a value from the picklist value while i’m in edit mode. What I want is when the user selects Full or Partial from the picklist, I want to auto populate another field. I know how to update a value to another field but my problem is I’m not able to trigger this action when I select Full or Partial. var $ = skuid.$; var field = arguments[0], value = arguments[1], model = field.model, row = field.row; var totalsize; switch(field.mode) { case ‘read’: skuid.ui.getFieldRenderer(field.metadata.displaytype).read( field, value ); switch (value) { case ‘Partial’: break; case ‘Full’: var totalsize=model.getFieldValue(row,‘Program__r.Survey_Size__c’);
I have a column Chart displaying average satisfaction scores month over month. There are three fields that I am looking at. However, if the customer does not fill one of the fields, it displays as 0 (even though it is null). These are messing up the averages. Is there a way to prevent certain values from being a part of the calculation without removing the entire record from being added to the average? (i.e. One survey has 10 pt for product and 0 pts for the Support agent, how do I get the 10pt for product to be included in the average, but I do not want the 0pts to be added to the support agent average)
I’m testing the latest release of skuid in our sandbox org, and am wondering where these half-visible links to view/edit using the standard objects are coming from: Hover text reads: “Open the default view page with nooverride in new window”I’ve checked page properties, and searched the XML, and I cannot find any reference to these links. I’d prefer that they not be displayed.
I am planning to create a new skuid theme for mobile. We are currently on skuid version 11.0.2.Am seeing loading message for ever.
We have reached our limit on API calls a couple of times this past week and it appears to happen when some people are editing Skuid pages. I’m able to see the API call log very quickly for these users, but when other users are doing the same thing the API call logs doesn’t grow nearly as quickly. Can you think of any reason for this?
I am receiving an error for a new user. “1. A Skuid Model, ‘page’, requested a Field with relationship name ‘skuid__Last_Modified_Date_Check__c’, on the skuid__Page__c Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it exists, then ensure that the user has permission to access it. If it does not exist, remove it from this Model.”Why?
Skuid, what should our expectation be for response time from a skuid representative on this community?Thanks!
I have a skuid image attachment lookup field on an object, and I have some external data that I’d like to migrate via the Salesforce Data loader. Any good instructions on how to set up that migration? I know how to insert data to the salesforce “Attachments” object… but how can I insert to the skuid__Image__c object in such a way that the images will be correctly attached to my custom object via the lookup field? Do I need to first do an insert to the skuid__Image__c object, and then find a way to make the connection via my lookup field on the parent object? Any recommendations?
When a new user/new Skuid page user logs in for the first time, they are presented with the Salesforce classic home page. The app associated with their profile has two tabs, “Home” (which can’t be removed) and “Skuid UI” (which on click takes them into Skuid). The Skuid UI tab is a visualforce tab. After the user has initially logged in, clicked “Skuid UI” tab, then they are permanently in Skuid pages, even after logging out. How can I ensure that when I setup a new user, they immediately go into Skuid pages, and not Salesforce classic, without having to login as the user myself? Skuid UI visualforce tab page ```
we have been using skuid pages in visualforce for a while as publisher actions and pages in salesforce1. They are still functioning and visible in chrome emulator but are blank on actual devices. I have tried iphone X and Iphone 6plus Is this a bug? Obviously a pretty big problem as we were planning to release an update to our app. I am seeing these errors on the emulator console:https://community.skuid.com/t/skuid-visualforce-pages-on-iphone-are-blank/edit
Wondering if anyone has a way to remove the 0 values from charts as it provides no value to my users.
we are doing migration from Classic to lightning, so i want the architectural solution for Launchpad in lightning from classic. For this i tried it on Through App builder creating Lightning component If suppose it’s a record page, go to the App Builder just drag and drop the Skuid page. First, we must identify the Skuid pages we have to migrate from Classic to Lightning experience. Here is the procedure: Within the Lightning App Builder The lightning App Builder lets you drag and drop Lightning components into any section within the page’s chosen template that means you can drag one or more Skuid pages anywhere you would like within that template But in App builder and Lighting component i’m getting the same error. If any one help me out on this is highly appreciated. Thanks…!
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.