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
Is it possible to cancel the inline edit process? Sometimes I click on a row, and actually do not want to edit it. Most programs I can press “escape” and it will do this. The only way I have found is to enter data inline, then backspace the data, then click “cancel” This is time consuming
There seems to be an issue with the popup “smartness”. I want to display to models with the same sObjects (example: Account, Related Accounts). But the popup seem to limit both models to only include the id of the row clicked. I.e related accounts will always be empty… Note: This conversation was created from a reply on: Run script snippet before popup.
We have a single object, which I will call “Things.” There is a field on Things called “Type”, because we do not have record types. The “Type” field indicates what kind of “Thing” we are looking at. We have a Skuid tab for Things. We want to have a table for each type of Thing, because each type of Thing has its own separate need for columns. I am having two problems with this: 1) The table filters will not apply automatically, even if there is no “filter off” option. 2) When I manipulate one table filter from the front-end dropdown, the other tables lose their filter. Any help would be appreciated. Let me know if I need to explain further! My immediate solution is to make separate models for each type of thing, but with 7 types of Things, this would take a while.
I have a page with an aggregate model on it that i’m using for a report… the aggregate data displays correctly, but when i press the export button i get a spreadsheet with only the row headers…
I want to invoke a Wizard from multiple places - my People tab, the Home tab, possibly others. From my People tab, I thought I’d do this with a Page Action that invokes a Wizard in a popup, and then use a Page Include in my popup. Unfortunately, Page Include disappears from the Components list as soon as I click Configure Popup. Is there another way to do this?
For many Date fields, I need to override the standard date picker with my own custom date picker. Has anyone done this? If so, sample code?
In SF it shows as picklist but in skuid it has the type combox and edits as a textfield?
I have an aggregate model based on a client encounter object… i can link to fields in the related client object (there is a Client__c field in client encounter)… but when i try to add the “name” field from the client object…i don’t see it in the list… the “id” field is there, but not the “name” field. Is this something about aggregate models ?
I have a page that contains a Table tied to AccountPartner. I’ve configured the Table to be editable. When I preview the page, my table populates correctly, but I can neither add nor delete a record (neither ‘+’ nor ‘-’ are displayed for the table). I know that AccountPartner / OpportunityPartner are odd ducks - in the standard SFDC UI you can’t customize the related list. Am I in the same boat with skuid?
just built my first popup it would be nice to have a “close” action next to the “save” and “cancel”, or to be able to make “save” do “save and close” clicking on the x seems a little lame
Hey, In our activity history list, it is important for us to be able to see whether the task was a call log, email, task, client review, or note. This is accomplished for our organization by using the standard “Type” picklist from Salesforce. However, when I add this to the table component, the column is just blank. There is a text field instead of a dropdown in each row, and there is no column header. Is there any way around this?
How Can I Sort Contacts by Campaign as in SF Contact Views? Where it gets tricky is the Campaign Member object is the connector between Contacts and Campaigns, so I can’t quite figure out how to set up a filter on a Squid Contact Tab. Any pointers?
I have a table in my Skuid page and my page renders within my application’s namespace, e.g. mynamespace.na7.visual.force.com/apex/myVFpagethatholdsmySkuidpage. I have Export to Excel enabled on the table, but it fails because it’s trying to find the Visualforce page “ExportData” within my namespace, whereas it exists in the Skuid namespace. I could clone this page to create my own ExportData Visualforce page in my namespace, but is there a better way that keeps my on the standard Skuid upgrade path?
Can we set up SF to use Skuid tabs for objects alongside current tabs for the same objects? Is there way to do that the same way with detail page?It would allow for iterative development of the page as we refine the layout and features without interrupting our production/work-flow. Also, if there is functionality that SF has that we can’t get Skuid to do, we might need to keep using the standard SF tab or detail page. For example, some calling apps in salesforce such as FastCall and InsideSales put an app in the sidebar that enables you to call and record the results of calls without leaving the contact page. Last I checked, SF apps that put those kind of UI enhancements in the sidebar can’t be used on a Skuid page. (Is that still the case?) I’ve been told a button to switch between the SF version and the Skuid version of the object is the best way to bypass the override. I guess what I’m wondering if 2 tabs or detail pages can peacefully co-exist somehow. Instead being an OR (override
Hello, Please find below image of my skuid page i have made Here as you can see rows are not aligned.Can you please help me in this how to align them, I am using field editor here,In the first column it is template within field editor for putting text. In the remaining section these are sales force fields. Please help me to resolve this issue. Thanks. Arpit
Hello where i have that option to select whether or not to show the standard Salesforce Inline Help Text for fields that have Inline Help Text defined. As i don’t want to show it for some fields. Hoping to get quick reply. Thanks. Arpit
I would like to render a custom picklist for a reference field, populating the picklist with rows from a model. There are two reasons that the standard picklist renderer with a model source doesn’t seem to meet my needs in this case: When the field is in a non-editable state I don’t want it to render a link - just text. The field is in a table, and ideally I would like to prevent the same item being selected twice in different rows by hiding items that are already in use. I have seen your code example for a custom renderer for a SFDC picklist field: http://community.skuid.com/t/how_do_i_render_custom_picklist_values This example doesn’t seem to work for my purpose because “field.metadata.picklistEntries” returns null when the component option source field is a model.
I want to create a simple custom field renderer that will display the field’s original value divided by 100. The datatype of this field is INTEGER. Can you guys help?
Hi, Anna created a page for me that I want to import into my Skuid instance in my SF org. I can’t figure out how to do this, nor find documentation on it. Thanks, Evan Burns
I have person accounts and have created the account detail page which works fine. When I try to add a related list the system stops showing me the account detail information for the record I select for previewing. Not sure what is happening. I get as far as Account ID is contact, select a contact, then the preview doesn’t show the contact details but does show the related list information. Any ideas?
Is Skuid supported on an iPad Safari, if so, what versions? We are using skuid 2.48 and are doing some testing on iPad iOS 6.1.3 and 7beta5, the table in-line edit does not work consistently and clicking on a standard table edit icon requires two “taps” (one tap seems to get “focus” and then the second tap “click”), perhaps it’s not been optimised for touch gestures? This will make our skuid app quite unusable on an iPad, can this be fixed quickly/urgently please! (use any table with in-line edit, no special page or logic required to replicate this).
We’ve been customising the CSS of Skuid pretty significantly of late. And with great success - it looks awesome! But I’d love to get a sense of how stable the CSS class structure is at this point, given that Skuid is still fairly young. I accept of course that you may adjust the CSS in a future release and that that may break our customisations, requiring rework at our end. But I have no sense of how likely that is or how comprehensive the changes might be. Are there any insights you can share? Thanks as always.
I’m creating a timesheet application and I have a tab set that has tabs for each day of the week (Mon-Sun). I have the tabs named Monday, Tuesday, Wednesday, etc…, but I would like to also include the date which belongs to that particular day of the week. Is there a way I can add the date field from my model into the tab name?
When in-line creating and entering a new completed activity on a Lead detail page (call, email, web conference), I would like it if I didn’t have to select the picklist values for Owner ID, Status, Priority and Date every time. How can I set the picklist values to a default (my ID, completed, normal and today’s date, respectively) whenever I create a new completed activity?
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.