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
what is the best approach to display the chatter recommendation in skuid.
Is it possible to create a Salesforce email template that is a Skuid page? Kind of like a Visualforce template type. I’m building an online pricing/quoting tool (through our community) and after they are done building their quote, I’d like them to be able to click a button to email the quote so they have a copy. I don’t need it to be an attachment - just the quote header (parent model) and the lines (related model) would be fine. Basically put my quote detail page into an email and send it off (via workflow is fine.) Possible?
I’m trying to display an image that is attached via a field on a record. If I use the image component with the following settings, I get the ‘broken image’. If I use the file upload component with the following settings, it works as expected. Why? What am I doing wrong?
On Skuid mobile I have a panel with a couple fields. I am able to get the current login user full name, but I don’t know how to pass the value to the lookup field when the record is being created. Here is a picture. Any help regarding this subject is greatly appreciated. Thank You.
I’m trying to build my first responsive grid (Great concept by the way!). I put together a very simple test page based of off this tutorial: http://help.skuidify.com/m/components/l/376365-compose-pages-that-react-to-screen-size-with-the-resp… I’m trying to use Option A : Flexible width . I just can’t get the right section to move under the left section when the screen gets small. I’m expecting the right section of the page to move under the left section when I shrink the screen size. That doesn’t seem to be happening… Here’s my test page: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" theme="Lightning Design"> <models> <model id="Opportunity" limit="20" query="true" createrowifnonefound="false" adapter="" type="" sobject="Opportunity"> <fields> <field id="Amount"/> <field id="CloseDate"/> <field id="Description"/> <fiel
Is there any way to fix this? on screen: on print:
Has anyone been prompted with the “you’ve been logged out, click ok to refresh the page” pop up when coming back to a tab that has a full override in place? Our log out times are very lax and I can be working in SFDC in another tab, but when I return to a tab after a while and try to make any changes or search, it tells me I need to refresh the page. Anyone else seeing this?
I am getting the following error “Apex heap size too large: 16382976” when user has added an attachment. Does anyone knows how I can find out exactly what is causing the error?
I have found several posts related to this, but I feel like they are not getting at the exact nature of my question. I am wondering if an included page (child) can use the model of it’s including (parent) page? The obvious goal here is to not have multiple (redundant) models in the page while benefiting from the modular nature of page includes. Hope this is clear.
I’m pretty sure I set this up exactly as indicated in the tutorial for making a master page header. Looked fine in 7.12. In 7.16, image is shifted down like so:
I have created a global action on a table. The action calls a snippet which I have defined in the Resources tab. When I click on the Action button, nothing seems to happen. I have also added an alert() code in the snippet to check if the snippet gets called at all. But nothing happens. Any suggestions to solve this problem? Thanks in advance
I would like to know if it is possible to convert an external database Record into a SF Account record. My plan is to establish an external Odata connection to my SQL database (hosted on AZURE)…I would then like to crete an Action that will grab data from the external database and create a new SF Account (populating the SF Account with data from my external database)…Is this possible?
Are we allowed to create a skuid page on the Pages object?
Like this? Something’s not working… just trying to diagnose.
I have a scenario where i need to show opportunity records of certain stage values on a table, In the table Filter currently i am showing all stage picklist values based on the Recordtype. Now if User selects the Stage that is avoided as part of Opportunity model conditions, then i need to Display the records of that stage, even though its not part of records Model conditions.So…Based on Value selected in Table filter(drop Down) , can i de-activate/activate the condition on the Model , So that i can render the table to bring records as per requirement.thanks in advance…
These two fields: <field id="password_check" uionly="true" displaytype="FORMULA" label="Verification" readonly returntype="BOOLEAN" defaultvalue="false"> <formula>{{{password}}}=={{{PIN__c}}}</formula> {{{email}}}=={{{Support_Email__c}}} which reference these field pairs: The password_check field works prefectly, but the email_check field never makes it into the model (no matter what I try)! Why would that be happening?
I have couple of table filters on SKUID table. I would like to control the length of the scroll bar.How would I do that, here is the screen-shot for details.Any help is appreciated.Thanks,Goutham
We upgraded our prod instance to Banzai yesterday. Since then we had an old piece of logic break (I’ve fixed it, so no emergency.)We have an integration with Big Machines (Oracle) CPQ. Quote records are related back to the Opportunity using a reference lookup field.When a quote is cloned, it uses a url re-direct and passes over the original quote ID and the parent Opp ID.Our url looks like this:/apex/BigMachines__QuoteEdit?id={{Id}}&oppId={{BigMachines__Opportunity__c}}&clone=true where the BigMachines_Opportunity__c is a ref field back to the parent Opp. After Banzai, the Opp Name was being passed in the url instead of the ID. We did have the ID selected in the model. We’ve been using this url re-direct since January without issue until now.I changed it to:/apex/BigMachines__QuoteEdit?id={{Id}}&oppId={{BigMachines__Opportunity__r.Id}}&clone=true And it is back to working. I just wanted to bring your attention to this - not sure if this is expected behavior. We’r
Hi, just want to get some info on what are the changes in release 7.12 and 7.16? Would be helpful to determine if the issues fixed are relevant to us. Many thanks 🙂
Hi, Scroll bar seems to be automatically applied in Banzai release for tables. though when go to Display setting for scrolling, allow scroll bars is not ticked. Is there anyway to get rid of it? It restrict the user view.
Hi All, I am configuring a tab within a drawer, and I am facing some challenges getting the desired records to load. Setup I am using an OR condition on a Task Model where the conditions are evaluating two Account Ids on the task object (Standard SFDC Account Id and a custom text field where an Account Id may be stamped by a flow). For the two conditions, I assign the Id values in the before load actions (Account Id is set in a context condition). Please find below screenshots of the settings I am using. Result I am able to get it to work when I test the conditions separately, but when I use them together with an OR, it does not work. Any ideas on how to get this to work or what is happening? Thanks, Mason
I have custom rich text area field and when I added to my page it shows only one skinny line. I’m able to add text in the text box and it expands but I’m trying to display it with a 10 rows even if the field has no data. I have set the “Rows to display” property to 10 but it has no impact on how the text box is displayed.
Our customer community uses a Site.com page that renders a Skuid page in an iFrame. We’ve been using this for about 4 months (we’re in the process of re-building to Skuid entirely.) Since upgrading to Banzai this morning, the detail page model is not getting the parameter passed and our customers are seeing incomplete and inaccurate data (our single row model is grabbing some record, but not the one the customer should be seeing.) This is a huge problem… can someone please take a look?
Forked from a comment in a post by Barry SchnellOne thing to note here is that the invalid search criteria that you typed is persisted in the search box each time you re-open the lookup popup until you’ve typed something new again in the lookup field.Steps to reproduce:1) Type invalid search criteria2) Click mag glass - note that what you typed in is the search field as expected3) Delete what is in the search box. The list of accounts is now displayed since there is no search criteria specified4) Click cancel** When you return to the main screen, the invalid text you typed has been removed since it is not a valid account. This is expected.5) Click mag glass - Note that the search critieria contains the previous value that you typed in step #1 and you deleted in step #3.6) change the search criteria to a different invalid value7) click cancel8) click mag glass - Note that the search criteria you typed in step #1 remainsThanks!
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.