Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
We want to build an ideal UI for attendance taking for scheduled and/or recurring events, such as a class. This would normally mean: Navigate to a page where you see the record for the class. Choosing a specific day/instance (or perhaps doing so before step 1). At the bottom an attendance table appears displaying a list of known registered people, let’s call them students. This is generated from individual registration records with lookups to the class. It’s also possible that the attendance records will already exist for that day, in which case we need to pull those up instead. You can edit the status and other attributes of the attendance records When you save, it creates new attendance records for each student for that class for that day, or updates the pre-existing ones. I’m wondering how best to do step 3. Is there a straightforward way to populate the attendance table from the list of students for the class? I’m not sure if Skuid cloning would help here, since I don’t
I use a 3rd party app, Marketo, to send mass emails to my Contacts and Leads. This app includes an On-Click JavaScript List Button called “Send Marketo Email” that shows up on standard Salesforce List Views, that lets me choose records to send emails to, and then, when I click the button, it runs the On-Click JavaScript, which takes the Contact/Lead Ids, puts them into a String, and sends this string into the URL of a Marketo Visualforce Page. How do I replicate this with Skuid, as a Mass Action in a Skuid Table on Contacts (or Leads)?
I have a model with a modelmerge condition that I need to dynamically refresh (call updateData) when the underlying dependent model use in the modelmerge condition has changed. I’ve tried to refresh the dependent model and then updateData on the parent model with no success, have tried deactivating and reactivating conditions and still no luck, I can’t get the condition merge values to change once they’ve been set?Is there a way to force a model’s modelmerge condition to re-query/evaluate itself? Have attached sample models (not a whole page) so hopefully this make sense. <model id="EntitySubscriptionFollowers" limit="999" query="true" createrowifnonefound="false" sobject="EntitySubscription"> <fields> <field id="SubscriberId"/> <field id="Subscriber.Name"/> <field id="ParentId"/> <field id="Parent.Name"/> </fields> <conditions> <condition type="param" value="id" field="ParentId" operator="=" userinfotype="userid" enclosevalueinquotes=
We have a wizard and a custom button which does some logic to determine the next step. The logic relies on an “errorModel” returning zero rows. The first step of the wizard allows the user to update the detailModel; the custom action should save the detailModel, update the errorModel, then retrieve the first row. If nothing is returned, the navigation will go to step4; otherwize the navigation will go to step3. Here’s my code: var $ = skuid.$; // retrieve the detail model var IQmodel = skuid.model.getModel(‘Intake Queues’); // save the detail model IQmodel.save(); // get the Errors model var errorModel = skuid.model.getModel(‘InvalidIQ’); errorModel.updateData({callback: function(){ var row = errorModel.getFirstRow(); // check if any Error records are returned var wizard = $(‘.nx-wizard’).data(‘object’); if(row==null) { // if true, navigate to step3 wizard.skooWizard(‘navigate’,‘step4’); } else { // if false, navigate to step2 wizard.skooWizard(‘navigate’,‘step3’); } } });
I am trying to set up a filter based on a number field. For the most part the numbers will be 3, 6, 9, 12, or 24 representing months). It is possible however for a user to enter a custom value. I have a filter working now that lets them show the specified values but I would like to have an option to filter by any values that are not the above stated list. I created a second condition that the Length Field is not in the set of values (3, 6, 9, 12, or 24) and set it to “can be modified by filters, but is off by default” Added an Other Option and Set it to be affected by Other Conditions and defined my new condition but It is not working so Obviously this is not correct. Is having this other option possible with numbers? If so how can I get it working?
I’ve already implemented a standard tab page layout with the Opportunity object. But now I’m trying to do something similar with the Account object. Only difference being that I’ve already created 2 Visualforce pages based on the 2 different Account Types of “Clients” and “Artists”. The Visualforce page config is currently as follows: http://cl.ly/image/1j0l38341w40 But I’d like to create a SkuidArtistsTab and a SkuidClientsTab. So when I get to the point of defining the Skuid Visualforce pages (http://cl.ly/image/1J1G302g2K2J). How can I do both? Specifically, in Step #1 of the instructions, I can’t set the standardController to just “Account” right? Any help would be greatly appreciated. Thx.
I am trying to figure out how to get my Opportunity page to Refresh after the filtered Records in a related table are updated to no longer meet the filter condition. Basically We have an Opportunity page with Related “Intake Queues.” Intake Queue is a lookup child to Opportunity and they are often incomplete after creation. Before we can move an Opportunity forward in our process these child records need to be complete. For user experience we have filtered tables showing the incomplete records. Users can Mass Edit these inline and then save. Right now only the updated records save to reflect the changes but we want them to disappear off the table. To do so the entire opportunity page needs to be refreshed. Nothing is changing on the Opportunity record itself and I have been unable to adapt the sample code I have found here that updates the page if a something like a roll up summary is updated on the parent. I need help!
I have an Account Detail page which shows all related Contacts in a table. I want to be able to select multiple contacts and send an email to all selected(mass email) from my skuid page.
I’ve overriden the tab page layout of a salesforce-object with a new skuid layout. The new layout shows up on salesforce in the webbrowser, but within my salesforce mobile app it is still the old layout. Have I done something wrong or isn’t it actually possible to override the web AND mobile app? Thanks for help!
I am working with the Template and Field Editor components and I need them to line up because the Template is an image of a table and the Field Editor has pick list options for the answers. I need the two components to stay the same size regardless of screen size. Right now they are both dynamic and depending on your screen the questions and answers stop lining up. Any help would be greatly appreciated.
Hi everyone - I’ve created a Skuidifed page that I will be using as a sub-tab on the Chatter Profile page. I need to pass the user ID parameter from the Profile to my Skuid models. Salesforce documentation says this re: user ID parameter: User ID Parameter—sfdc.userId=[UserID] The profile will always pass sfdc.userId=[UserId] to all child tab pages excluding Webtabs, which require configuration by the administrator due to security constraints. This is the ID of the profile subject user (i.e. not the context/viewing user). http://help.salesforce.com/help/pdfs/en/salesforce_profile_tabs_cheatsheet.pdf My model’s condition is looking for Contact records (really just one Contact record) where the value of the “Salesforce User” (or pse__Salesforce_User__r.Id … or just pse__Salesforce_User__c) field on the Contact record is the User ID of the User whose Profile page is currently being viewed. I can’t get the sfdc.userId parameter to pass through to my page. I realize that the skuid page is b
Hello, Does anyone know if there is a resource in the community or on Github with Snippet examples ? I’m not a Javascript prorammer but I can copy and paste very well…😉 For instance, i need one to align all fieldvalues TOP in a view and one for having the fontsize 6 pts any other examples are welcome as well Eddy
Can resources be globally set up? We have created some JavaScript Resources on a page for one of our Custom Objects that we would like to be able to reuse without having to recreate them other pages. Can this be done?
I have a parent object with children. The children all have an Effective Date, an “Active” checkbox and a Rate. I’d like to show the Rate from the latest child where the checkbox is True. This involves two criteria; it must be the Max WHERE Active = True. This can’t be done with standard rollup fields since it can only rollup the Max, but can’t also show the rate. I attempted to accomplish this by putting a rollup on the parent which shows the Max Effective Date where the checkbox is true, and then using Child Relationships with a condition of the Effective Date of the child is equal to the rollup on the parent. I got no results however. Any ideas?
Further to this post: http://community.skuid.com/t/apply_filter_and_navigate_to_tab_using_javascript In the same function, before I set the model’s condition, I want to deactivate all other filterable conditions so that I can be sure that the user is seeing the right set of data. I know how to deactivate conditions by name (as described here: http://community.skuid.com/t/manually_triggering_filters). But we can’t know for sure at runtime how many filters there are, so this is too hard-codey. And I don’t want to deactivate all conditions for the model, just filterable ones. Is there a simple property to check perhaps? Thanks … and happy new year. May it be as huge as 2013, eh? Glenn.
I wanted to check with Team Skuidify how far into the realm of hack I’m going here. We have a page that has a grid of tiles where each tile presents an infographic-style statistic beside an associated icon. Each number is sourced from an aggregate model. An example is a stat for Number of Tasks Completed This Month, or Number of New Prospects This Month. When the user clicks the tile, they’re navigated to a tab that has a table relevant to the stat and a filter is applied to return just those records that support the stat. E.g. when they click Number of Tasks Completed This Month, they go to the Tasks tab, the Completed Tasks subtab, with the table filtered to show just tasks completed this month. We have it working with a little bit of JQueryUI code that I think mimics what Skuid does when it navigates between tabs: skuid.$(“#filtercompletedtasks”).click(function() { //Get the model var theModel = skuid.model.getModel(‘CompletedTasks’); var theCondition = theModel.getConditionByName(‘
I’d like to add the standard History (field tracking) related list to my Skuid detail page. In my particular use case, I’m working with a custom object. 1. I created a model which queries the History for the object in question and filtered it for the specific detail record. 2. I added a table and put the CreatedDate, CreatedBy, ChangedField, OldValue and NewValue fields in it. The challenge is that the “ChangedField” field doesn’t display at all. 3. So I created a custom field renderer (in-line snippet) to convert the value to TEXT: var field = arguments[0]; var value = arguments[1]; skuid.ui.fieldRenderers.TEXTfield.mode; Now, however, the column displays the API name of the field that was changed. I’d like to display the friendlier LABEL instead. Any ideas how to accomplish this?
can you create a calendar with due date for tasks? When I define start date, I don’t see the due date field in Task object. I do see reminder date, but we need to show the actual due date
We’re using Skuid pages in a managed package of our own. Beyond install complexities, we’ve had a bear of a time dealing with namespace prefixes (in snippets, static resources and Skuid pages themselves). Are there any best practices, shortcuts, anything you can point us to?
I am using task tables using pretty much the code found here: Page Not Found — Skuid v15.1.6 Documentation the green check box to mark tasks complete is not working. is there an issue with the code on this sample page?
I would like to style different sections of one field editor differently (e.g. a blueish background and a green background). Unfortunately I am not able to add any CSS class to a specific section - there is no possibility to add this through the ui (maybe through XML?). Unfortunately there is also no ID that could be referenced to from the stylesheet? Does somebody have an idea to accomplish the above?
Hello, I used one skuid page in my VF page but the issue is it is not performing saving operation and only saving is coming. PFA the screenshot for it also. It is just keep showing this Saving and not performing any operation. Please tell me why this issue is coming and how we can handle it? Looking ahead for an quick response. Thanks.
When I delete an event in a calendar view, the redirect after the delete goes to a standard Salesforce calendar link “/00U/o”, which isn’t relevant for our users. How can I control that redirect URL?
We use the Account object in our app for three purposes: prospects, clients and service providers. These are picklist entries in the custom field picklist Account.Organisation_Type__c. Each of these has a specific detail page in Skuid: ProspectView, ClientView and ProviderView, and each Skuid page is housed in a Visualforce page of the same name. Whenever we render Account.Name in our Skuid pages, we want the underlying hyperlink to point to the Visualforce/Skuid page relevant for the type. e.g. if the account is a client, the URL should be “/apex/ClientView?id=01r90000000SJBc”. The question: how best to do this? I don’t think Skuid page assignments are applicable, as we’re directing traffic to Visualforce pages. We tried creating a single Visualforce page to redirect the traffic, and it works, but it’s slow, taking several seconds each time (which isn’t good enough for such a high use scenario). We could render the field via a template, but then we lose inline editing and sorting, whi
Hi all, I am trying to create a page that uses 2 queues and a detail page. For example I want to display Projects__c in the first queue, Milestones__c (related to the selected project) in the second queue and then finally a Milestone detail page for the selected Milestone. The place where I am getting hung up is with the second Milestone Queue. Couple Questions: 1) Can this queue be added directly to my first queue page or does it need it’s own page and then referenced by a “Page Include” Component? 2) How do I restrict the Milestone queue to only display? Would I use a code snippet in the Queue’s item display, a filter on the queue itself, or some other method? Thanks, Brian
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.