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
When I click on “day scheduling view” the event flashes on screen and then disappears. Here is the error: Here is a video of what is happening: https://drive.google.com/file/d/0B409lhd9sYDceEFJZUFPeDQxNU0/view
I want to throw an standard salesforce validation error in the SKUID page when the user click on a SKUID button (not standard save button).My problem is, if I haven’t change the value of a field on the field Editor area, the validation message won’t fireIf I change a field value to ‘Yes’ and then reset it to “-None-” (in this case all fields are picklists)it throws the validation error message.any solution for this?Thanks in advance.
I’m trying to change the color of the mobile buttons on my skuid mobile page. Making CSS changes elsewhere is a breeze but this one is really stubborn. Upon inspecting the page the button reads .sm-button.sm-navstyle . I’ve created a CCS resource like this. .backcolor .sm-button .sm-navstyle {background-color: #27C77A;} I simply put ‘backcolor’ into the division as a ‘CSS Class’ and it should change but it simply doesn’t. I’ve tried different spacing and I’ve attempted to change different parts of the element. For instance, If I make the change elsewhere or even right behind the text on the button (sm-button-text) it works flawlessly. I’m running out of ideas and any help would be appreciated.
I’m working on trying to conditionally show some alerts to users and have run into a snag. My goal is to check for related records for an account on page load and if there are any records, show a popup immediately that contains the records. There does not seem to be…A way to initialize a popup on page load (without javascript) A way to conditionally show a popup only if there are records (even within the action framework) Am I overlooking some built-in features (especially with the banzai release) that would let me do this? Or do I need to use javascript to accomplish this.
We are having trouble getting Skuid to appear in our Customer Community, using a Customer Community Plus licensed user that we have given a Skuid license. We are loading a Skuid page inside a VF page and displaying it in a community. The VF wrapper page is displayed, but the Skuid page does not display, and no error is shown on the page. In the browser console we get the error “[Error] TypeError: undefined is not an object (evaluating ‘skuid.label.add’) global code (Service, line 40)” but no other errors of note. We have used Skuid for another client on Partner Community licenses with no issues. Could the Customer Community Plus License type be the problem?
I am adding a row in a model with the help of adaptRows function. The table which is listing all the rows in the model is showing a new blank row, but no field values. Through alerts in Javascript I can see the field values are getting populated. Any pointers would be of great help. Thanks!!-Sayali
When I click on “build page in Lightning” shows “Loading” forever. Just upgraded to release 7.16
This is the error I get when I try to pack the page assignments Also when I try to unpack a previous version pack of assignments:
Hi, In the classic theme with Banzai some icons are lost:It happens in table filters and in the popup close (the X button)
Seems like the sfdc standard search can return values found in textarea fields (as evidenced by this trick).Any way we can do that in skuid? Seems like we can’t search against/query rich text or text areas with soql?
What’s the best way to accomplish this:The user types in a word or phrase and hits enter…Then a table below the search bar populates with the results of the search.(just like google used to work before it could search while you’re typing)Can the search component do this?Do I have to use a ui-only text field and query models?
I am trying to get a drawer to filter on the model that is on the table where the drawer originates. I have tried several versions of conditions and before load actions, and it is not working. Also, is there any way to open the page with all drawers open? Any help would be appreciated!
I’d like to create a model service using salesforce REST API to upload files to salesforce on a force.com site page.I have seen Greg’s post about using Form Assembly to upload files, but I need to upload files to a new record and field level attachments via skuid_image__c object.I have also seen that there is likely an apex/vf solution, but again I’d like to avoid using such.Here’s what I’d like to do.web-to-contact skuid page w/ attachments use the skuid__image__c object to create a model for each of my field level attachments to precreate/save placeholder records for all my field level skuid attachment. reference each of these models as defaults for my new contact field level file attachments use this model service REST API to be able to upload both record and field level attachments. I’d have a model for each field level attachment and one for the record level attachments. Then I could avoid:using another outside app, like formassembly.com, to patch together a solution. using apex/v
What’s the most efficient way to check if a field is in another model in Javascript? I have this situation come up many times, usually during a field render in a list view. Here’s one situation:Product list viewEditable list of Products Want to show a “Total quantity owned” field (can be Ui only) that is really an aggregate of a stock object What I’m currently doing:Create aggregate model on Stock grouping by Product, summing Quantity Create JS field render that does a for loop on my aggStock model Compare the field being rendered to each field in aggStock, if the Id’s match up, pull the aggQuantity field and append it using a field render. If no matches are found, put a 0 for quantity. Apply custom field render on my quantity field This does work. But it seems terribly inefficient that for each field in my list, I am cycling through every field in another model and comparing the Ids. Would it be better to:Have a condition on my aggStock model where Product Id = null and set that condi
Just moved pages and page assignments to a sandbox, and I’m having lots of strangeness. This calendar, for instance: And I’m getting this javascript error on many pages: What might I be missing?
I have a table in read-only mode. When I add a column summary, the table now shows the mass action check boxes to the far left of the table. Anyway to disable this? I see that allows you to select which items get summarized, but if I always want all of the rows to be included, can I disable?
Zero skuid pages will load (i.e. my entire system is down). What is “Row with duplicate Name at index: 9”. Page Assignments won’t even load. Nothing.
I know I can do this. I simply can’t seem to find how declaratively. Can someone tell me how to do this for a field. I want to display my salesforce descriptions.
I’m going through the process of testing a basic Partner Community setup in my Developer Edition. My Community is currently using “Tabs & Visualforce” as its template. I’m trying to execute a basic page override for the record detail view on Opportunities, but Skuid pages are defaulting to the standard Salesforce view in the Community. I’ve followed all the tutorials and searched the Skuid Support forum, but can’t find much that pertains specifically to this issue. What I want to happen: A user with the custom profile “Community Login User - Partner One (Custom)”, who logs into my org’s Partner Community, will be served a custom Skuid page called “PXOpportunityTest” when they go to view an Opportunity record.What’s happening instead: The Partner Community user logs in, navigates to Opportunities, clicks an Opportunity, but is served the traditional Salesforce page layout instead.My Visualforce Page: Following the tutorial, I’ve overridden the “View” action in “Button, Links,
I’m receiving this Skuid error: Error:expecting a colon, found ‘)’. I’ve narrowed the issue down to the condition where one model date field is compared to the value of another model’s date field. The error is only displayed when the ‘value’ model date field is null. This was not an error received before upgrading to Banzai. Any ideas? You can see the very last condition in the SOQL is CheetahBMS__Out_Date__c <= ), I’m assuming that’s the problem. An error occurred while attempting to perform the following SOQL query: SELECT SUM(CheetahBMS__Quantity__c) AggQuantity,MAX(CheetahBMS__Product_Group__r.Name) maxCheetahBMSProductGroup,CheetahBMS__Product_Group__r.Id ProductAggId FROM CheetahBMS__Order_Line__c WHERE (CheetahBMS__Status__c != ‘Checked In’)AND(CheetahBMS__Status__c != ‘Checked Out’)AND(CheetahBMS__Product_Group__r.CheetahBMS__Consumable__c = false)AND((CheetahBMS__In_Date__c = null)OR(((CheetahBMS__Out_Date__c <= 2015-10-02T05:00:00.000+0000)AND(CheetahBMS__In_Date__c >
We just discovered that one of our sandboxes, which is on Winter '16 and Banzai (current release) doesn’t render Skuid pages at all. Not only will Skuid pages not render (just a blue, blank screen), but the Skuid App, composer and “pages” tab have the same results. We have another sandbox on the same SF instance (CS11) with same Banzai/Winter '16 combo and it works just fine. The ONLY thing I can think of different in this sandbox, is that we briefly turned on the Lightning experience but have since turned it off and the problem is there.I found this known issue on SF: https://success.salesforce.com/issues_view?id=a1p30000000TL1NAAWNo idea if it is related… and that wouldn’t explain why it works in my other sandbox in IE.Org ID 00DZ000000NDVcn where Skuid doesn’t load.Org ID 00DZ000000NDYGg it works just fine.(you guys still have access rights that I granted a few days ago.)Browser is IE11. We’re not having any problems in our production instance, but it is still on Summer '15.
I am trying to make a required field default to “–None–” on a Skuid page. It looks correct on the preview page, but when I proxy in as a user, the field defaults to the first picklist value. I confirmed that the default field/picklist value for the Record Type in Salesforce is “–None–”, that the “–None–” checkbox is checked for the Skuid pages, and that I made & saved a change on the Skuid page. What am I missing?
Why the style change? New style is not as pronounced as old style.
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.