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
I have created my Skuid detail page for opportunities and I am needing to include a third party app called Cirrus Files. It comes as a visualforce page but for the life of me I cannot figure out how to include it on the skuid detail page. I have pasted the visualforce page info for the app below. Any help would be much appreciated! <apex:page standardController="Opportunity" tabStyle="Opportunity" cache="false"> <c:GDrive recordType="Opportunity" recordId="{!opportunity.Id}"/> </apex:page>
I’m building a Entitlement details page and would like to show the status icon field from the default salesforce page. Only the text status field is available from the fields in the entitlement model. I did find the Skuid tutorial explaining Custom Field renderers however this guide covers how to use render snippet in a table cell. I’m trying to apply this to a Pannel set. What would the java code look like in this example? Is there any other guides that go into more detail on how to accomplish this?The status picklist is:Active = green checkInactive = White checkExpired = Red check
So I have a whole bunch of snippets out there, and I’ve been thinking about consolidating some of them into library methods that are contained in a static resource. Firstly are there any performance implications by including snippets in a resource? What are the best practices for doing this? Also I got the static resource working with register snippet, and I can get the snippet with getSnippet. I understand that I can call it with something like: var i = skuid.snippet.getSnippet('getCorrectURLIfPortal');<br>i.apply(); but how can I set the arguments for the snippet? Do I pass them into the apply function?
Is there a way to close all drawers? It’d be nice to have drawers close when another is opened.
I have a record which contains a checkbox. When aggregating the object type I would like to count the number of times that box appears checked. I tried using a SUM and a COUNT and it appears the checkbox field is not supported in those capacities in SKUID. As a work around I decided to create a Formula Field (Number) that would be either 0 or 1 depending on if the value of the box was checked. Unfortunately it appears that SKUID aggregates do not support formulas. Aside from using APEX or field updates to populate a Number field is there a better way that I am not identifying to count fields which are checked in Aggregates?
Is there a priority order when referencing in CSS?Here is my dilema: I want the table formatted every other row with different colors (even/odd)…table.nx-skootable-data tbody tr:nth-child(odd) td { background-color: #FFFFF2;}table.nx-skootable-data tbody tr:nth-child(even) td { background-color: #FFFFFF;}I want the row to highlight a third color when the user hovers over the row…table.nx-skootable-data tbody tr:nth-child(even):hover td,table.nx-skootable-data tbody tr:nth-child(odd):hover td { background-color: lightsteelblue;Finally, I want the table to have a 4th color when the row’s drawer is opened…table.nx-skootable-data tbody tr.nx-item-has-drawer td { background-color: black; color:white; font-weight: bold;}(BTW, any help in making the above CSS more efficient is most welcome!)My confusion is over the order in which these options prioritize. I want the “has-drawer” reference to take top priority, but it seems like the “hover” reference has it. If a drawer is
Is there syntax for referencing rows of a table that DO NOT have a drawer open? In other words, I’d like to gray-out all rows in which a drawer is not current open.
Hi, I have a page to list all the products of a country (with a query param in the url: ‘countryid’).Each product has a supplier.The supplier doesn’t have any relation with the country.I’m trying to do a filter in the table component with all the products to filter by supplier.The problem is If I set the filter based in the model data in the select box shows one file per product :🙂- Use the Param countryid in the subquery to load the model
In my old CRM there was a drop down list in the right corner that allowed users to quickly navigate between accounts without going back to the list view. There were also two arrows that allowed you just to jump to the next account without using the drop down. The feature would allow you to stay on the same page but just refresh the data to display the new client that was loaded.The Queues are a similar idea. I can show a list of clients with a page include and load the clients in. In some ways it is better because it is searchable and filterable. I had 2 questions:1. When I click on the next account in the list it resets my tabs to the starting point instead of remembering what tabs I had open. I do have the tabs to “remember user’s last tab”. Since it doesn’t remember where the user was it is not getting as much excitement as the old crm’s feature. (If I am updating medical records I always want to stay on the same page to enter data for each client).2. Are there any creative
Scenario: New Record Page with Related List.Real-life: Purchase Order with Purchase Order Items.Purchase Order Items related list/table has Item, Quantity, and Price Each. On the Purchase Order Items object we have a Total field that is a formula(Item * Price Each).I would like to simulate that Total field client-side so that the call center folks can see line item totals before hitting Save.Is there any way to do this with custom renderers / snippets? I’m fresh to Skuid and haven’t gotten a great grasp of the dev tools yet.Thanks!
Thanks Rob - that all makes sense and I’ll try it soon.However, after implementing this I wasn’t aware of an issue that had come up that is somewhat unrelated to this - we just have too much going on in our Skuid page now, and some Opportunities won’t load.Not sure if this deserves another thread, but I think it’s related enough that hopefully it can be answered here.What I want to do is make our “Documents” tab a page include (more specifically all the sub-tabs will be another Skuid page).I’ve started by doing regular attachments in a new page. I have them to work on their own when previewing a specific opportunity, however when using them as a Page Include it either shows no attachments or all attachments in SFDC.What I have in my new page (called Opp_Document_Tab) is:Tab for Regular Attachments (eventually will do Feed, Google Docs, Notes)Models for Opportunity and AttachmentA table in the tab using the Attachment modelCondition on the Attachment model that the ParentId = (param) id
I have a table in which the user can add the names of attachments from another object. These attachment names are added to a separate object that which contains the ID of the parent record as a relationship key.In the example above, the user has added “Sample Attachment #10” to the current record. The user can add an undefined number of attachments to each record. I have this setup so that the attachments model opens a popup when a new record is attached to the parent record. In the popup shown above, the user clicks on the paper clip icon which triggers a multiple action event. The table listed above is connected to a model in which all of the original attachments are initially added to the database.Just so I’m clear, model_attachments is the model in which the files are added to the database, model_parent contains the records to which the attachments will be linked, and model_attach_list is the model connected to each record in model_parent that allows the user to add an undefin
Anybody how this is done? It’s at the 12:39 that I see a header I’ve never seen.
Anyone ever had any issues upgrading to the new version? Other than new bugs of course.
K. I’ve much of what I’m looking in pieces here and there. I have the HTML to trigger a skype call and open a new tab into standard SF logging. {{{Office_Phone__cPhone}}} I also want to incorporate a popup after clicking the phone number based on this post.https://community.skuid.com/t/trigger-popup-from-javascript Lastly, I’d like to have custom field renderer for the href link and to display a skype symbol next to the phone number. Problem is that I don’t know javascript. Can anyone assist in creating the custom field renderer and/or calling the popup? Once the code is done, I generally can tweak it to me requirements.
A question came by email this week that merits broader distribution. I have a date/time field. Is there a method to show it as date only on one of my screens?Good question. Here’s a step by step guide. Step 1. Drag your date or datetime field into your Skuid page. - Change the Field Renderer type to “Custom (run a Snippet)”- Give the Snippet a name. I used “DateOnly” We’ll use that name in step 2 Step 2. Create a Javascript Resource. Open the Resources tab and add a Javascript Item. - The Resource Location should be "In-Line (Snippet). - The Name should match what you used in step 1. The body of the Snippet is as follows: var $ = skuid.$;var field = arguments[0];<br>var value = arguments[1];<br>var jsdate = new Date();<br>//use skuid util to change SF date to JS date<br>jsdate = skuid.time.parseSFDate(value);<br>if (field.mode === 'read') {&nbsp;<br>//uses jQuery UI Datepicker.formatDate tools<br>skuid.ui.fieldRenderers.TEXT[fiel
Couldn’t figure what the heck was going in my action framework with some merge data. Wanted to see what data was being create within the framework whilst still keeping rollback enabled for save model actions.Added the merge data to the message. Simple little thing.
In my Opportunity Skuid page, I have tabs both for Chatter and for Attachments. In the standard SFDC layout, Feed Attachments (includes “Select a file from Salesforce” and “Upload a file from your computer”) are displayed in the “Notes and Attachments” Related List, along with regular attachments/notes. For our SFDC we enabled Notes and Attachments to now be “Google Docs, Notes and Attachments”, and the type of document is either an Attachment, or a Feed Attachment (I believe Google Doc is another type).Essentially, all of our users can only see regular Attachments in Skuid and not Feed Attachments. We know that they can be found through the Chatter tab, but this is highly impractical as there can be tons of other clutter from the Chatter Feed. This is a big deal right now as many of our closed-won opportunities have contract details that are of type Feed Attachment, making things very difficult for post-sales support and renewal opportunities.I looked for similar discussions but didn’
Hey,We have a requirement to export all records in a model - not just the subset that is initially loaded (our max # records is 250, but the object has thousands of records).I tried to write some javascript code that would remove the records limit and requery the model. However, I’m encountering errors because the message size returned is larger than 6mb.Do you have any suggestions on ways to circumvent this limitation?Thanks!Kartik Sethuraman
I’m looking to create a table for the CombinedAttachments of a record. My issue is that you are only able to get to this object by using a nested query on the parent object. If this was not the case I would have just created a model for CombinedAttachments but as is, I can only get to this object by using a child relationship on the parent model.Is there any way for me to create a table component using the child relationship as a model? I image someone must have created a table to mimic Salesforce’s standard Notes and Attachments table.
I’d like to adjust the color of 2 different “columns” in a table using CSS. The table has 8 or so columns. How do I identify only those 2 columns?
Hi,My products have the internet speed on it which is setted in two fields: quantity and unit (to make 100MB, 90Kb,…) and I have a formula field with the speed in bytes calculated. Something like this:Quantity Unit bytes 100 Mb 100000000 90 kb 90000In the table I have created a template field with {{Quantity}}{{Unit}} with allow ordering true and Order Field ‘bytes’But in the table the ^v Arrows does not appear in the column to order.
Thought I’d post this here as a few people have expressed wanting the ability to let users set the order of rows without javascript.
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.