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
Has anyone had the issue with uninstalling Skuid from their Salesforce Instance? I am receiving the error “This permission set is assigned to one or more users. You can only delete permission sets that aren’t assigned to users.”,but all assigned permissions have been removed.
Just saw that on your website footer. Who get’s to work out there?
We’re currently using a bunch of javascript to make percentage calculations on an aggregate model. I’d love to replace that with a ui-only formula field. Here’s my attempt at a formula: {{TotalRecords}} / MODEL_LOOKUP(‘numberOfSchedulingLeads’, ‘TotalRecords’, ‘Id’, ‘4’) The formula isn’t returning anything. Is my syntax ok? The fourth row of my model (Id=4) is the roll-up summary row. TotalRecords and Percentage are both COUNT(Id), and we’re using javascript to change the values of Percentage to a percent of the column sum. The ui-only field is called PercentUI, but isn’t showing up in the model at all.
I have a Sales Order object with a redirect to a Skuid Sales Order page. I have now built a POS Skuid page over the Sales Order object. So I have two different Skuid pages for the same object. Skuid Sales Order Page: Page assignments - Organizational DefaultSkuid POS Page: Page assignment - POS record types I am running into redirect issues when the page loads for approving orders from the POS page. The approval process redirects to another page and then redirects you back to the originating page. Since the page assignment is based on record type, the record type must stay POS. The approval process changes the record type from “POS” to “Approval” . I have a workflow that changes the record type back to POS however the record type update seems to happen after the full page load. So I don’t get redirected to the POS Skuid page but to the Sales Order Skuid page since that is the default. Is there a way to do a redirect URL to a visual force page thus negate the need for the page assignme
Hello community. I have created a Case Comment table with the intent of making case comments and notifying the case owner and case contact. When I create a comment both IsPublised and Send Email Notification are set to TRUE. When I save the comment and refresh the page, Send Email Notification returns to FALSE and the email is not set. Am I missing something? Here are my model conditions.
When attempting to select a field for conditional rendering of a table’s global action, the search function does not appear to find ui-only fields.
I am wanting to bring in data from different models in a tabular format. It’s seems tricky (if at all possible) using the table component but I can using the template module ensuring I order the model the same for each one - each template component is places side by side to represent the table format,I am wanting to have a count function against a name. However, if there are no records associated with one person, it misses the row out completely showing less rows and thus messing with the formatIs it possible for it too show 0 instead of missing the row out completely?Hope that makes sense?
“Operation too large” on Skuidmobile page, how should I diagnose this issue?
I want to upgrade DE to Banzai.
I am getting the error for unsaved changes but I haven’t made any changes yet. Any ideas? Parent XML: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false" theme="Lightning Design" cachepage="false"> <models> <model id="CurrentUser" limit="1" query="true" createrowifnonefound="false" adapter="" type="" sobject="User" processonclient="true" doclone=""> <fields> <field id="Name"/> <field id="SmallPhotoUrl"/> </fields> <conditions> <condition type="userinfo" value="" field="Id" operator="=" enclosevalueinquotes="true" userinfotype="userid"/> </conditions> <actions/> </model> </models> <components> <grid uniqueid="sk-2ueomI-342"> <divisions> <division behavior="flex" minwidth="100px" ratio="1" verticalalign="top"> <components> <pageregion uniqueid="sk-2uempF-338"> <styles> <styleitem type="background" bgtype="none"/
I installed Banzai 7.7 in a developer ORG and started playing. This is awesome and I am excited to get it into production soon! I created header and inserted the menu component. I set the item source to manual. I added a couple of menu items including the icons. In the composer all the icons showed up correctly. However after saving the page only the first icon shows up correctly. The rest are set to the green check mark. So I think the icons are defaulting to the green check mark once it goes live. Here are the two comparison images. In Composer: !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20150910-6238-1po5uno-ScreenClip 4 inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1274605/RackMultipart20150910-6238-1po5uno-ScreenClip__4__inlinepng1441922365”) In real life ;). !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20150910-29348-5y45nz-ScreenClip 3 inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1274603/RackMulti
I have added a File Upload component within a wrapper (with a unique ID) so I can apply style to just the button generated by the component. I want to set the text within the button to be aligned vertical-align: middle; instead of top which is what it is inheriting from somewhere. My CSS looks like this:#[mywrapperId] .ui-button-text-icon-primary { width: 300px; height: 80px; vertical-align: middle;}Everything seems to work except the vertical-align piece.Would also like to change the size of the text and the size of the icon.Can this be done?
Is there a way to override the Attachment View action?I created the skuid page, the page assignment and the VF wrapper. But there doesn’t seem to be a way to tell salesforce to use my VF page instead of the standard attachment detail page. I’ve got to avoid sending folks into the scary world of plain SFDC.
I have a navigation component which opens a popup. Within the popup I have a queue.The queue’s model has data (according to the console), but the queue is not rendering.There are no render conditions, and no context conditions.As far as I understand, the navigation component has no context, so the popup should have no context, so that should not impact anything.Help?
Within a queue component, the on-click action sequence includes open/close a drawer. If I double-click on the action, the popup opens to configure the drawer. If I single click and then click on the configure drawer button, nothing happens.
I’m trying to create a “team” using several look up fields and I need to create a filter/condition that prevents from the same lead user from being assigned more than once. Any advice on how to achieve this?
A picture’s worth a thousand words here. The set up: The problem:
I loved the demo of the distance filters during the Banzai release webinar! I have successfully created a table on an Account Page that will show other customers near the Selected Account record on the page. This is an amazing feature that saves us from having to spend developer time refactoring our code for a “Smart Travel” feature we used to offer our Sales Reps!So, the next question from our Product Owner was “Where is the map plotting these nearby accounts?” I have looked for a tutorial that will help me do this. I tried a couple with javascript for custom components but I couldn’t really get them to work.Is there a tutorial published or an example someone can share with me for mapping X number of records in a model that are returned when filtered by distance?Thanks in advance!
After upgrading to Banzai we have encountered a very strange and hard to diagnose problem with File uploads from mobile apps. We have multiple mobile apps where fields are rendered as File Upload fields of type Lookup(File). So we have a Lookup to the File object and the upload creates a File record with an attached file. This mostly works. We are doing hundreds of uploads per day and most of them do work as they did before Banzai. But a couple of uploads each day fail giving the error message “Required Field ParentId missing”. Then the file record gets created but is named with the RecordId of the same record and does not have a attachment. However there seems to be no systematic occurence of the problem. The same user can later upload within the same app and other users can upload. We can not force the problem to occur on a specific record or for a certain user or web-browser.I assume that the missing ParentID is on the Attachement Object so the failure supposedly starts because the
If I could load a desktop Skuid page base on the record Id, what would be the URL format for the action type -> Go to URL section? Thanks
I have a skuid page which only loads for the existing record in the browser, I want the same requirement to be implemented in mobile version as well.below URL works for a creation of new recordhttp://help.skuidify.com/m/14906/l/154279-showing-skuid-mobile-on-salesforce1-mobile-platform#!prettyPhoto how could I load the skuid page for the existing record, instead of the standard mobile UIThanks in advance
This must have been answered somewhere… Can I get the image component to process something like {{CreatorSmallPhotoUrl}} on every row or a field editor or table?
The new navigation component is a great addition to the Skuid component library. In working through the feature, I encountered a few questions, some of which might have answers or possibly turn in to enhancement ideas/requests.1) Is there a way to “fill” navigation items directly from a model?2) Is there an API for the navigation component to add/remove/etc. items?3) Is there a way to have a manual menu behave like “required” meaning that one of the items would be the “active/label” instead of a separate “caption”? Would be similar to the way “Salesforce Apps” doesn’t have a caption it is just whichever “app” is active.4) If #3 is possible (or could be added), is there a way to indicate which menu item should be “active”? For example, a custom navigation menu built without salesforce apps/tabs would need to show which one the user is on (similar behavior to salesforce apps with a way to indicate how to tell which is the current item).5) Is there a way to set the “_target” for menu i
When decreasing the window with on a page that contains a flexible with navigation menu, the navigation menu increases in height and “covers” (z-order) the other components on the page thereby making them inaccessible. I’m stealing a page from Pats playbook here and captured this one on video. See below for Sample Page XML. Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account"> <fields> <field id="Name"/> <field id="CreatedDate"/> </fields> <conditions> <condition type="param" enclosevalueinquotes="true" operator="=" field="Id" value="id"/> </conditions> <actions/> </model> </models> <components> <pageti
In any popup at the bottom right corner is “Done” button. How can I hide or remove?
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.