Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I would like to change the wording for the table date range filter when the filter is off. I understand I can create a label that will display above the filter however that will not fulfill my need. I need the “off” label to read “Date Range”. Use Case: On the model there is a default on condition that defaults a date field to “This Month”. When the date range filter is “off” it states “All Time” this is misleading to the user. It is not showing all time but just data for this month. Possible Solution: In the console I see the div that sets this label. But I don’t how to access that to change the wording from “All Time” to “Date Range”. Can anyone point me in the right direction? Thank you! Code So Far (prints in console but doesn’t change the label): var element = arguments[0], $ = skuid.$, x = document.getElementsByClassName("nx-actionselect-text"); x.innerHTML = "Date Range"; console.log(x.innerHTML);
Is there a way to render a text field from another object as editable?I’ve tried the following and it does not work. var field=arguments[0], value=arguments[1]; skuid.ui.fieldRenderers.TEXT[field.mode](field, value);<br>
Two page includes on a wizard step. Both are set to lazy-load. Only the first one is loaded, no matter what order they are in.
Hi All, I have a requirement to display detail page of newly created record in source page. My design build like, when status field value changes to ‘Order’ from any previous status in page AAA(Assume this as a source page) then a new record will create in page BBB. Now the required change is to display the detail page of newly created record (record which is created in BBB list page) in source detail page(AAA ). Tried PageInclude functionality but got different unexpected o/p. Please help me on this… Thanks PageInclude config: Output:
I’m trying to pull in the ‘Territory’ field from the Account object, but I can’t find it.
Hi,I want to render Edit button of Campaign detail page for all related campaign members.I am using tab view to show campaign detail & all related campaign members in separate tabs.I created new Model for all related campaign members, which is pulling correct data on tab screen. but when i use same model filed to be compared with logged in user, then its not working in rendering of a button.Can you please help me on the same?Thanks,Aanal
I have one Agg model 1 that feeds results to a second Agg model 2. The table search box connected to Agg model 2 is disabled. I am not sure why as I have done this in the past without issue. In the console I see that the search is disabled. I can enable the search in the console and it will work. Not sure how it is disabled but is there a way to re-enable it?
Occasionally when I open the browser’s javascript console and try to run something from the skuid api I get an error message indicating the skuid is not defined. If I refresh the page, skuid is definied in the console again.Any ideas why that would be happening? I’ve just noticed in the last couple weeks or so.
Is it possible to export a child relationship? We can show it in a template field on the table, but I do not see a way to add it to the export columns.
Currently, if I update StartDateTime on event. The EndDateTime will automatically get updated to a different time even if I don’t want to change it. For example, If set time is 8am to 5pm and I change StartDateTime to 9am EndDateTime will then automatically change to 6pm. I assume the event range is just trying to hold it’s duration but is there anyway to fix this? Is this a skuid bug?
I am using a table filter and model actions to update many models at once. The conditions that are being affected have a blank value and are off by default and all have the same name. I understand the snippet is updating the value and (as far as I can see) not declaring enabling/disabling the condition. The curious thing is when you change the option in the filter to a value all the models update correctly but when you set the filter back to “None” only one a set of models have the condition turned off, the other models have the condition on and the value is set to “blank”.Models Update properly: skuid.$M('ClassConsult'),<br> skuid.$M('EDUMarketing'),<br> skuid.$M('OnlineTraining'),<br> skuid.$M('FreeTraining'),<br> skuid.$M('TrainingInstitutionalClients'),<br> skuid.$M('TrainingRentalHouse'),<br> skuid.$M('TrainingVendorProvider'),<br> skuid.$M('TrainingAspiringCreative'),<br> skuid.$M('TrainingEstablishedProfessional') skuid.$M('Affilia
I have a ui only field that has a formula that returns true false. One of my checks is looking to see if the field is not null. When I inspect the model on the page the null check is not working because actually Salesforce did not return a field to check with to begin with. So how can I check if the field even exists? IF({{RPS_External_Transfer_Amount__c}} >= 20000000,true,IF({{RPS_Expected_Number_of_Participants__c}}>=1000,true,IF({{RPS_Expected_Number_of_Participants__c}} < 10 && {{RPS_External_Transfer_Amount__c}} >= 40000 && ({{RPS_Deposit_Based_Commission_First_Year__c != null }} && {{RPS_Deposit_Based_Commission_Renewal_Yrs__c != null }} && {{RPS_Deposit_Based_Commission_Transfer__c != null }}),true,IF({{RPS_MVE_Amount__c}}>=100000 || ({{RPS_MVE_Amount__c }} > {{RPS_External_Transfer_Amount__c}} * 0.05) ,true,false))))
I just created a calendar and every this is working great but all the events that are “All day events” and “Recurring Event” show on the calendar on the previous day. See my image below: Paid Day off is suppose to be on the 4th of July not the 3rd of July. Can anyone please help with this? Thanks, -Adam N
Hi GuysI’m having a problem with auto-assigning Skuid Licenses to Customer Portal Users that self register. It works fine in Sandbox (Full) but not in the Production Org.We also use a 2nd Community that uses Partner Community Licenses, who get created through the standard Contact/Account Layout with the “Enable as Partner User” button. For them it works just fine in both Orgs.As soon as I manually assign the Licenses to the Customer Portal user he can see everything, so the issue is really just the auto-assignment (set up the same in Prod and Sandbox where it works fine).Any help is appreciatedBest RegardsChris
Skuid 7.27 in a sandbox org. We have Skuid installed in our production org as well as sandboxes. We are not yet “live” with Skuid in production and have been building and testing in the sandbox. Once we setup non-admin users in the sandbox they ALL had access to any Skuid page as well at the Skuid page builder regardless of what permission set they have. I followed the steps in the getting started guide: http://help.skuid.com/m/getting-start… * Skuid Package is set to Auto assign/unassign * Skuid Page Viewer permission set is set to auto assign/unassign * Pages object sharing is set to “Public Read Only” * Page Assignments object sharing is set to “Public Read Only” * Profiles have access to visual force page created to redirect the “view” action on the Contact object I am wondering if my issue has to do with the visualforce page syntax? I initially tried the following syntax for use with Page Assignments from this guide: http://help.skuid.com/m/page-assignme… as follows … … but that g
Hi, I have similar issue. How do I show Salesforce user profile photo on force.com site. If i use , it works on skuid page, but on force.com site it does not display any image.
When editing a number field as a user in the Portuguese (Brazil) locale, values are stored as empty string (“”). Does anyone know a work around for this? I’ve also tried in Spanish (Chile) and the same occurs.
Hello everyoneFor one of our customers we implement a calendar similar to the one they already have in standard Salesforce. However, we stumbled across a big problem. Since certain records are marked as private events, they are only loaded into our events model for the current user. Not if they belong to someone else.However, the time and the owner of such an event should be visible to anyone, regardless of their permissions.Thanks to this restriction we are not able to mark space in someones calendar as busy because we can’t retrieve data from private events. Does someone have an idea how we can bypass this?(I assume it will have to do something with sf security settings, but since mostly anyone encountering a similar problem might use skuid i post it here.)
I’m trying to run some if statements in javascript and need to check if a model has data rows. I’m sure there’s some easy way to do this, but couldn’t find it in the api reference or on the community. I’m using the getFirstRow action to set a firstRow variable and then checking if firstRow is undefined. It works, but i’m sure there’s a better way. var templates = skuid.model.getModel('ConditionTemplates');<br>var templateFirstRow = templates.getFirstRow();<br>if (templateFirstRow !== undefined){ <br>//do stuff <br>}
We are getting “You’re trying to decode an invalid JSON String” when trying to display the Description field from the Salesforce Task object. This causes an ‘Invalid Response Format’ on the Skuid page. Can we get this fixed??
I am new to Skuid. When we click on one of our tabs, we get a message ‘Invalid Response Format’. What would be causing that? How Cna I research and fix the error? Thanks.
Hi All,We have currently invoked Approval process in Skuid which is 2 step approval. When a user creates a record and submit it for the approval, it gets assigned to the Manager of the user and we are sending a email to user with the data in the email. Now problem we are facing is when user submits the record for approval, Salesforce standard Email is also getting fired with a link of the Approval page. Since we are using completely we don’t want users to navigate to Salesforce Standar Approval page. Is there any way we can stop sending this mail.I know that there is option on the user Page when we can change the setting to Never and Salesforce Standard email won’t be fired but this is a manual process and changing this value could affect other business in the same org which are using Approval process.Please let me know if there is any other way or we can create any custom functionality to overide the approval page.
Hi,I was wondering if anyone can help me with this question please.I have a custom object with master detail relationship with Opportunities.I would like to create multiple related records for that custom object when I create the opporunity on the same page. Also display a set number of records depending on the opportunity field.For example when I select the opportunity type = silver then the page needs to display 5 records (rows) of the custom object that need to be filled in and saved.Can you please guide me to the steps.Thanks,
We have a community portal developed in Skuid, and we have identified a security risk around reflected cross site scripting. We are passing the Account ID between skuid pages, and it is possible for a user to substitute the ID for a piece of javascript. Unfortunately from a community (unlike internal pages), the javascript does not get blocked when it is sent to the server, and the server response includes the javascript and is executed in the client. The example we have used is a simple javascript alert.Does anyone know how to prevent users injecting a piece of javascript manually into the url?
I’m trying to create a time trending chart of two kinds of data: actuals and goals. For example, the actual might be number of Events per week/month, and the goal would be a custom object, where the records always have a date field (every Friday for the entire year). They reference the reps’ goals for that week, but can be accumulated for month/quarter/year expectations. I’d like to be able to show the actuals split week over week as columns, and the goals to split as well. (They can change based on seasonality, so unfortunately I can’t just flatline them.) Here’s a horrible mockup, but hopefully it paints a useable picture: When I try to do this in a Skuid chart, I set the Actuals model to split by Month - no problem there. But when I split the goal line by month, it makes separate lines (which makes sense, but isn’t what I want). I feel like I should be using multiple categories here - one to split the reps, and another to split the dates - but I tried all the variants I could th
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.