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
We have like 4-5 users and it is happening only for one user. And the strange thing is when i am logging as user i can see the page.Please find the attached console error
I never needed to do this before, but because the lightning pages are so nice, we now have a need to embed Lightning pages within a skuid page. Here is my use case: 1. We have a table of Campaign Members 2. We created a row action that displays a sliding panel from the right 3. The content of the sliding panel displays the related Lead/Contact info I’d like to embed the standard lightning page for a Lead/Contact in the sliding panel so I don’t have to recreate it with Skuid. Is this possible? Thanks!
I think this should be simple… I want to embed a DocuSign PowerForm on a Skuid page. (This allows for self-service signature - website visitor lands on a page, signs the form, and is then redirected to another page upon successful completion.) I’ve thrown the following HTML into a Template component. It looks great, except that I can’t get the IFrame to resize to fit the page dynamically. I am not great with HTML but tried a few different things in place of the “width” tags below (i’m trying “width: 100%;”). Any thoughts on this, or might there be some issue with the way the HTML is interacting with my Skuid page Theme? IFrame PowerForm Sample body { background-color: #fefdfc;} p.description { width: 500px; border: 1px solid #cfc; padding: 20px; } .form_cont { border: 1px solid #cfc; padding: 20px; width: 1024px; background-color: #cd9;} .top_cont { width: 1124px; margin-left: auto; margin-right: auto; } #dswpf { width: 1024px; height: 700px
Will the tfg components still work with Spark. Are there any known issues?
Hi guys I have the JS needed to create sliders, but JS noob that i am, wondering if there is way to use existing fields in same model to set the minimum and max value So example below I want to replace: the min value(1.001) with a field named min_cost__c the max value(1.999) with a field named max_cost__c anyone would be kind enough to help me with this please? var params = arguments[0], $ = skuid.$; var field = arguments[0], value = arguments[1], $ = skuid.$; if (field.mode == ‘read’) { skuid.ui.fieldRenderers.DOUBLE.read(field,value); } else if (field.mode == ‘edit’) { var amt = $(‘’) .text(skuid.ui.renderers.DOUBLE.read({ value: value || ‘0’ })); // Render a jQuery ui slider // with step size 1 and boundary range [0,10]. // Whenever this slider is updated, // our row will be updated as well var slider = $(‘’).slider({ value:value || 0, min: 1.001, max: 1.999, step: 0.001, slide: function( event, ui ) { // Update our model with the new value field.model.updateRow( field.row, field.i
Hello, I’ve got a very simple page deployed on salesforce mobile. It has a picklist field which shows the options when I click on it, but won’t allow me to select anything. I touch the option, the picklist scrolls away, but the value is still none after it clears. If I view the page in a browser, it selects as I expect.Any idea what might be causing this?Thanks!
I am trying to concatenate id’s from one model into another model. On my account Id, I select a list of accounts, No I want to add the id’s of selected accounts onto a field in another model.
I am new to Skuid and here is the use case that i am trying to build: Use a filter to get a list of accounts. Update the list to remove accounts. Once the list is complete, lock it so that no further accounts can be updated. Email this list to the users.
I am having a very frustrating problem. I have added this multi-date picker calendar element to my Skuid page using a js inline snippet. It renders fine on page load, but I have another snippet that is running to update values in model and then I’m running render() function on the component using the model that was updated to display the change. However, when I run the render() on a completely different component. My calendar element disappears! What could be causing this? I would post the skuid page XML, but it’s a HUGE Skuid page using lots of code. I have the Multi-Date Picker Calendar element working by dropping a template component into my page and then using . I tried running render() on the template component too, but it doesn’t fix the problem. Is there something in Skuid that would cause this to not render a custom div inside a template?
HiIs there a way to have a field label translated on a skuid page without using a custom label? This would be for a custom field. Thanks.
I have an issue where ui only filed on table in skuid is not changing the values in the field in Salesforce. Also the module does not seem to filter as we wanted only active status records but it gets all. I changed the formula in Salesforce but the data still reflects old value in skuid. Not sure what needs to be done.
I need search options in a lookup to be limited based on the value of another field. I could render a different “version” of the field for each scenario, but then I’d end up with 4 columns of the same field in the table since different rows would fall into different scenarios. Is there another way to do this?Here’s the sitch:Field A in Row A = Discharge, Field B Options are: Home, AffiliateField A in Row B = Leave, Field B Option is: HomeField A in Row C = Transfer, Field B Options are: Affiliate, Non-AffiliateIt’s likely I’m failing at explaining this so let me know what additional details are needed. I’m trying to avoid this: Field B V1 Field B V2 Field B V3 Field B V4Row A = Discharge Affiliate Row B = Leave HomeRow C = Transfer Non-Affiliate
We built a business application on Skuid/Salesforce and up until this point, one of the founders has been the only Skuid developer on our team. We’re now finding our growth limited by not being able to develop pages and solutions as fast as we’d like. We need to add someone to our Skuid team, but we’ve never hired for this position before. Obviously, we would love to hire someone with Skuid experience, but we are more than willing to train the right type of new hire to use the tool. Does anyone have guidance on who to look for, how to find our next Skuid solutions team member. Their primary role would be troubleshooting bugs in our existing application along with working with department heads to create new pages and applications for interacting and visualizing our data, creating more efficient workflows etc.
After upgrading Skuid to version 11.2.11, my table filters stopped working correctly. Upon further investigation, I have noticed the following: Executing skuid.model.getModel(‘WorkOrder’).soql; in the console after the filter has been selected returns the following query (worth noting that the “WHERE” clause is a condition set to “always on”): SELECT [...omitted fields] FROM WorkOrder__c WHERE (Stage__c not in ('Cancelled','Complete','In invoicing','Junked')) ORDER BY Expected_ship_date__c However, if I reload the page after selecting the filter, Skuid will query the records correctly: SELECT [...omitted fields] FROM WorkOrder__c WHERE (Stage__c not in ('Cancelled','Complete','In invoicing','Junked')) AND (RecordTypeId in ('012G0000000sK4bIAE','012G0000000sK4gIAE','01216000000We6dAAC','012G0000000sK4WIAU')) AND (Stage__c not in ('In receiving','Pending return','Pending approval')) ORDER BY Expected_ship_date__c ...where the filter represents the two "AND" state
After updating Skuid to 11.2.11 a lot of (seemingly internal stuff) errors are being displayed in the “Edit Page”: A Skuid Model, ‘pgs__NewPage’, requested a Field with relationship name ‘skuid__Type__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. A Skuid Model, ‘pgs__mobilepage’, has a Condition on a Field with relationship name ‘skuid__Type__c’, on the skuid__Page__c Object, but this Field appears to be invalid. Please check that this Field actually exists on this Object, (or on related Objects). If it exists, then ensure that the user has permission to access it. If it does not, change any Conditions on this Model that reference this Field. A Skuid Model, ‘page’, requested a Field with relationship name ‘sk
Hi, I’ve got a simple skuid page deployed via lightning app builder on a custom tab. It’s deployed using the skuid page component using the page name. The page has a simple table on it, but it fails to display the rows. If I inspect the element, they are actually in there, just not showing up. I can even search and find the text, just not see it. If I paginate or load more, I can then see the rest. Very odd - I’ve rebuilt the page from the ground up to see if I can isolate and it only reproduces the issue. I am on the latest version of Skuid, just upgraded to 11.2.11 and same behavior. See screenshots. Any thoughts? Thanks, Paul
We have built out a set of 26 tables in a responsive grid that replicates the A B C … etc of a salesforce list view page. The filters work great however each of them throw up an “Applying Filter” message which because each division in the responsive grid is a sliver only this is a vague “Ap” at best.Can this message be switched off?
We are using Global search option in an skuid page which has multiple models. While searching through the global search option it makes call to multiple API’s and salesforce data.The problem is while searching for the first time i.e First search,its taking 5-15 minutes but later search happens in 15-25 seconds. We are not able to find why the first search takes so long?It would be great if anyone help us in solving this issue.Thanks in advance!
I am using a filter that sources it’s picklist options from another model. I want the filter to remember the last selected filter value and have selected the tick box to enable that but the filter does not remember and resets to “all” on page load. Other filters on the table are able to remember just not the one using another model.
I have a template field which lists all child objects (permission sets) for a user. Can I order the values within the template field alphabetically? For example, if user Olya has 4 permissions (View Opps, Edit Accounts, Manage Templates, Delete Contacts) how do I get those 4 values in the field to be displayed alphabetically (Delete, Edit, Manage, View)?
When using the Skuid Page: Rendered event-triggered sequence, if there are models on the page is this only triggered once the models return their data? I’m creating a map (like a geological map) and triggering it via a Skuid Page: Rendered snippet. It doesn’t quite work. But when I tell it to wait a second or two (via setTimeout) it works fine. Odd! Is this maybe also why I keep running into this issue? https://community.skuid.com/t/table-components-with-allow-scroll-bars-not-showing-any-dat… Could it be that there’s an issue with Skuid’s rendering lifecycle in Lightning? Cheers! Louis
I have a very standard Account record page which includes a tab set of related records, such as Opportunities, Tasks, and Events. Some of the these related records have a “New” button which when clicked displays a pop up with a page include page of the associated record. These new record pages contain date fields, when a user clicks on the date field, the calendar pop-up should appear next to the field, but this doesn’t happen. The calendar pop-up displays below the field, quite some distance from the field, or not at all. See screenshot below of Task object record. Note the arrow next to the “Due Date” and the location of the date picker at the bottom of the page. This same problem occurs for both Event and Opportunity records. All three are page includes viewed as a pop up through the parent Account record. I find I am able to resolve the problem with the date picker and it’s location by removing fields from the page layout. I have also found that it doesn’t matter which fields are
I am assigning a date time as follows: The “Schedule_Date_Time_End__c” does have a date time, but the “Temp_Date_Time_End__c” value is blank.
I am VERY new to skuid, Can anyone help me, i need to show a table thats data is populated from a Model and allow users to multi select the rows and then use those rows selected in a wizard
Double click on a form’s submit button, which has the action “Save Model”, will bypass Salesforce validation rule.
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.