Upcoming Event - Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
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.
No offense, salesforce, but your org chart is ugly. Has anyone done anything with org charts (Accounts or Contacts version) in Skuid and want to share?
I created a geochart in a page and it works. I then built the same geochart in a pop-up and the geochart does not show. Why?
Does the navigation bar have a more scalable friendly mode I’m missing? I copied the Skuid navbar but when you start shrinking the page, the items randomly stack on each other. Skuid navbar when page is shrunk: vs what most modern websites do where it has the three horizontal bars and your navbar is more mobile friendly:
Is there any way to accomplish this?I want to render if the value of my field is in any row of a model. Is there a way to access all the rows with merge syntax? Or do I have to do the conditional rendering with javascript/jquery?
I need to write some code to run a loop only on the rows that are checked in a table. How do I reference the checked table rows in 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.