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
In a standard Salesforce page layout you can drag in a blank line on the page layout to separate groups of fields in a section. We need this for total fields separated from the calculation fields above to stand out. Secondarily, I would like to increase font on those total fields slightly to stand out more.Does Skuid have a method of separating stacked fields into sections or groups in the field editor? I found this community article, but it did not provide the answer specifically. https://community.skuid.com/t/insert-a-blank-space-onto-page
We have user report that when they hover over the field tool tips on the left side of the screen, the popup bubble does not push to right and the words get cutoff on the left side. We are not using a sidebar and this is in a Salesforce community.Has anyone ran into this same issue and have a fix?
I’m using SF case objects for several different ‘types’ of cases. Each case type has a different SF support process, with differing case statuses.In the SF Case Status field, I add all the possible status values for every type.In the SF Case Support Processes, I limit the available status names for a specific support process. The support process is assigned to a Case Record Type.So far so good. Skuid respects the support process status types in the case status field editor.But on a queue filter (haven’t tried other filters elsewhere), the list of statuses is the combined list for all case types. (I presume it’s just the list of possible field values)Is it possible to manually limit this list of filter values? I haven’t found a way.- I have a condition on the model, where I specify the values:Perhaps a future filter option could be have a selection for model condition to use for the list of filter values.Thanks,Seth
I am wondering if the page you redirect to after a save or cancel can be set to “whatever page was before this one”. Use case – My users often use their task list (a modified version of the home page) to work through their tasks. E.g, Start at task list on hompepage Click on task name to navigate to task detail page Edit, complete, save task Go back to task list on homepage Begin again However sometimes they may be working on a specific contact with multiple operations: Start on contact detail page create new follow up task Go back to contact detail page to do something else In both cases the user wants to go back to the page they were before the task page to continue doing something. But the page title component only lets me put a single URL, albeit one with dynamic tokens. Is there a token for “page that was before this one”? Thanks!
Here’s a complex one. Have at it, friends!Interaction Object is a child of Case Object is a child of Patient Object. There is a lookup relationship between Appointment Object and Interaction Object.I have a Scheduling Page with a calendar component which has the AppointmentModel as its event source. On calendar click I load a custom popup, and the user fills in data into the AppointmentModel. Then, the user can click a button in the page title component on the popup to save the data and open a second popup, which has a page include with the following:I have a table on PatientModel, with a drawer containing a table on the CaseModel, with another drawer containing a table on the InteractionModel.I have a global action button on the PatientModel table that adds a new row to PatientModel with default values from an AppointmentModel. I have a global action button on the CaseModel table that adds a new row to the CaseModel with default values from an AppointmentModel.I have a row action on t
Making a Case management screen with a Queue on the left. Adding several filters, and the queue ‘window’ isn’t big enough to show all of the date filter when expanded as shown below.Once I get to this point, there’s no way to click the buttons or turn of this particular filter.Using SuperBank RC2(?? Updated on Tuesday 1/13)Chrome Version 39.0.2171.95 (64-bit)OSX 10.9.5
We have made a few mobile skuid pages accessible to our users using home page component links on the standard home page sidebar. The desktop skuid pages open up inside the same window as the home page with the SF header visible. However, when we create a custom link for the skuid mobile page, no matter how we configure it, it always opens up in a new window with no sidebar or header. We have tried changing the custom link behavior to “dislpay in existing window with sidebar” and also without sidebar. No matter how we change the behavior settings it always opens up in a new page with no headers or footers. Here is the visualforce markup for our mobile page (we created it simply by cloning a skuid desktop page that was functioning as intended). <apex:page action="{!'/apex/skuid__ui?page=Listing_Menu'}"> </apex:page>
I have a question regarding overriding Salesforce standard pages based on record type. We have the standard Account object that has say 5 different record types and 5 different page layouts based on account type. I would like to have a Skuid page for Record Type A but use the standard Salesforce standard page layouts for the other record types. Is that possible? I realize I could create 5 different Skuid pages and do 5 different page assignments based on record type but I do not want to redesign the standard Salesforce pages that do not need to be ‘Skuidified’.
I’m trying to import a bunch of page assignments. Currently I have some pages assigned only to a sys admin, and now I want to roll out those pages to another profile. I have exported my existing page assignments, copied the ones I want to extend, and updated the user profile ID to the new one. Then deleted all the existing page assignments So this gives me a sheet with just the page assignments to import and I know my header rows match. I go to import this new CSV file and I got the following error: This is weird because I definitely have data rows. Here is the comma-separated data I am trying to import if anyone wants to give it a spin: http://pastebin.com/n4sDT4HdThanks for any help.
I know all the resources are in here but I don’t have time. 😕Basically need to produce a URL for my Conga template to bring in an image. https://na15.salesforce.com/resource/1421083611000/RECON__wi_wind.png https://na15.salesforce.com/ dynamic to orgresource/ is static1421083611000 is ??? not sure where this comes from. The resource ID is 081i0000000XWEM. I’m wondering if there is a way to get 1421083611000.RECON__wi_ is staticwind is from field RECON__Icon__c.png is static
I am trying to make a phone renderer like the built in one for SF and I need some help to make it work fully. I have the below snippet that works but only when the field editor is Read-withInlineEditing and it does not work when the Field Editor is just Edit mode. I need to get that fixed but also, How can I make the transformed text be what is actually saved and not what was actually typed in? Ex. I type in Phone # 123-4567777 and that gets saved I want it to actually save as (123) 456-7777Here is my Field Renderer code that works on InlineEdit only and only transforms the view of the field not the saving of the data:var field = arguments[0], value = arguments[1]; // use substring to get at the values…if(value !== null){ var origstringValue = value.toString(); var stringValue = origstringValue.replace(“-”, “”); stringValue = stringValue.replace(“(”, “”); stringValue = stringValue.replace(“)”, “”); stringValue = stringValue.replace(" ", “”); stringValue = ‘(’
Hi Team!I’m experimenting with the font awesome icons and skuid templates and was wondering if it is possible to trigger a snippet from a template field dropped in a table row (or anywhere for that matter).My end result is a styled button or even just a font awesome icon by itself as a field anywhere in a table row (not table row action) that runs a snippet on click of the icon just like it would if a regular button in a page header or table row action icon was clicked.Any help is greatly appreciated! My background is not in webdesign/coding so I’d need a bit of hand-holding to correctly design the template field html 🙂Thank you in advance, Robin
I am using a tab component with a page include, and am passing some values using the query string (email address in this case). In the included page, a template with “$Param.name” does not work (the value is blank). When I hand enter the same query string value on the original URL, it does work - showing that the template is access the original URL query string (which makes sense, since a page include is really an ajax request). Note that I also looked at the query string being loaded in that AJAX request (using the debugger in the browser) and it appears to be well formed. And (as expected) when I build a model that has a condition based on the query string, it works just fine. So clearly there is some “magic” happening here that enables Skuid to find those page-included query string values! So … is there a syntax where I can refer to the values on the page include instead? And how would I access those values from a snippet as well?Thanks!- Chris
We currently have a table that requires a lot of columns (namely pricing/cost/margin type fields) and it’s too much to expect the user to have to scroll horizontally through these. Is it possible to provide a tooltip rollover for a field or entire row that can show contextual data for said field/row? I’d rather not have to use a pop up, as it’ll save time being able to hover the mouse over and get the required info.
We have created managed Package and added all the components required along with Skuid and Visualforce pages. After installation of the package, The view and Tab buttons were not overridden in Standard object. How to make those Buttons should be overridden?
I want to cancel the context model when popup is closed with ‘X’. This is because, when you change something on a popup and close it by clicking ‘X’ it does not cancel the changes unless you hit cancel button; which is confusing. I tried following code to cancel the model but it cancels all the models which have unsaved changes. $(window).on(‘dialogclose’, function(ctxt) { $.each(skuid.model.list(), function(i,m){ if(!($.isEmptyObject(m.changes))){ m.cancel(); } }); });How could I just cancel the models which are in current popup’s context. Any Idea?Thanks!
I’m recreating our Salesforce opportunity page in Skuid. The default Salesforce related lists “Open Activities” and “Activity History” include both tasks and events in one easy to read view so you can review the full history of client interaction.I’m trying to replicate this in Skuid but from what I can see I have to have different tables for tasks and events. The obviously issue here is being able to clearly see when clients were contacted, what frequency etc etc as you have to go back and forth between two tables.Has anyone else solved this or am I doing something wrong?Thanks
I have a Salesforce number field with no decimal places. I am adding this field to a skuid form and try to save it.If the user enters “2 Hello 3” … skuid translates this to “23” stripping out any text. How can I have proper validation on my input to have validation similar to Salesforce which will display “Invalid Number”.
In the Skuid Superbank release note it says:Mobile Composer.Upload and view multiple attachments.I have installed the RC in my sandbox but I can’t find any components anywhere in the mobile composer that allows this. I can’t find any documentation on this either. Can someone point me where to go to get this functionality? Thanks.
What’s the recommended way to display this table without the “show 10 results per page, showing rows 1-3 of 3”? For this table we don’t need it.
I have a table component in my page. In this table component, I have a field called “Launch”… The goal is that for each record, in a launch field instead of providing “URL” which will redirect page, I want to use popup dialogue box. Fundamentally each record consists of different kinds of metadata including and an unique form.How can I achieve ths?Thanks,Unmesh
I have a list of Contacts and I’d like to be able to access their latest attachment via the list view. (of course I think if I can make a URL on the contact detail itself I can also access this from the list view… maybe using a formula field? This would be aweseome) When clicking on this link or row action, it would be great if we can either, open a new tab with the latest document, do a pop up, or even better a scroll over view. Really anything will suffice. I found this online which allows me to create a button and utilize JavaScript. https://success.salesforce.com/answers?id=90630000000hQ6jAAE This is great on the Contacts detail record, but again I am trying to do this from a list view. I’m guessing it is as easy as having a URL redirect to this. <A Href = “/servlet/servlet.FileDownload?file={{{Id}}}”; Target = “_Blank”> {{Name}} Or setting up a pop up BUT… how I get the most recent attachment ID from this Contact… that is a bit confusing because I can’t really traverse
I have used Wizard component for adding a new record. But I need to check the recode which exist in the system or not. So I have created below code.Currently I am fetching first name,middle name,last name and birth date from AddContact model. But I need this data from wizard form.I need all value which i have currently entered. Please help me to get this values. var params = arguments[0], step = params.step, stepEditor = step.editor, $ = skuid.$; stepEditor.clearMessages(); var contactModel=skuid.model.getModel("AddContact"); var raw=contactModel.getFirstRow(); var Firstname=""; var Middlename=""; var LastName=""; var Birthdate=""; Firstname=raw.FirstName; Middlename=raw.MiddleName; LastName=raw.LastName; Birthdate=raw.Birthdate; var Name=''; if(Firstname!==undefined) { Name+=Firstname; } if(Middlename!==undefined) { Name+=' '+Middlename; } if(LastName!==undefined) { Name+=' '+LastName; } if(Firstname===undefined || LastName===undefined){ alert('P
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.