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
We have a template that recreates the Action field history for a custom object. The content of the template was lifted from a prior post and was working fine for the last six months. However, after the upgrade to Bonzai, our number fields with 3 trailing digits are being rounded to the nearest whole number i.e. 8.375 is now 8 and 8.5 is now 9. I have pasted below what we see in classic Salesforce compared to what we are now seeing in Skuid. Any help would be greatly appreciated. The template contents: Changed {{#NewValue}}{{Field}} from {{#OldValue}} “{{OldValue}}”{{/OldValue}} to “{{NewValue}}”{{/NewValue}}{{^NewValue}}{{Field}}{{/NewValue}}
I’m trying to null out a lookup field on row using a row action but it’s not working. Any ideas?
I would expect to see that inline help text somewhere next the field label.
Model A is parent of Model B and Model C.Model C has a lookup to another object, which includes an email field. Let’s call this Model_C_Email_Lookup__r.Email__c.When a record is created in Model B, I want to automatically send an email with data from Models A and B, to all the rows in Model C, where the Model_C_Email_Lookup__r.Email__c is the TO field.I tried workflows and lightning processes, but they both require me to create an SFDC “Email Alert” on the same object that the process/workflow runs on. And from that object (Object B), there’s no way for me to access (in the SFDC email alert) the Email Field in the related model, at least not that I can tell.I don’t want the user to have to do anything… this should happen automatically.Is this impossible? Does this require a foray into apex triggers? Can I set up the standard email URL hack to send automatically? Is there some kind of external email solution I can plug into?Thanks for the pointers!
Hi, I have a custom object ‘Site__c’ with locations I want to retrieve all the products in other Site__c’s where they are less than 1 km of the Site. So I have made this conditions 1: I dont want the products of $this.Site__c 2: the site parent of the products is in 1 km 3: only firm quotes. this is the detail of the Distance filter. SiteInformation model is the Master/main model in the page. the page shows the information of a Site. But when I try this, in a site in Germany the ‘in less than 1 km firm quotes’ pops sites from peru, ecuador, brazil… After playing with the model definition and discarding that as a problem, playing with the console I have discover that the distance condition is not in the SOQL of the model…: skuid.model.getModel('QuotesNear').soql; "SELECT Stage\_\_c,Product\_Name\_\_c,OSI\_ID\_\_c,Base\_Currency\_\_c,Total\_Install\_Charges\_BC\_\_c,Total\_Monthly\_Charges\_BC\_\_c,Site\_\_c,Site\_\_r.Name,isOrder\_\_c,Site\_\_r.GpsCoords\_\_c,Site\_\_r.GpsCoords\_\_
If I have 2 tabs with the same count is there a method to hide one of the tabs. If Member has a count of two which equals the Location count of two, then I want to hide the Location tab. How do I render this?
It appears that merge syntax is not supported for CSS Class property like it is for Icon Property (see https://community.skuid.com/t/navigation-item-icon-property-not-applying-merge-syntax). I’ve tested with Field Editor, wrapper, page region, etc. and none of them appear to support merge syntax.Would like to see this added, have come across several use cases for this recently. Thank you!
Using Skuid calendar for region specific rep meetings. Applying each Skuid calendar page to a VF tab. Have 16 of these tabs in a custom app, but when clicking on a specific VF tab, it still highlights the Home tab and without a title on Calendar (separate community post) it is hard to know what calendar user is looking at. Thanks!
How do I add a title to Calendar? Using Page Title component is not working. Thanks!
In some circumstances the text in the center of a donut chart is not center-aligned horizontally in the middle of the donut. It can be too far to the left or right. This sometimes means it is partially hidden behind the donut. It looks like the center text may be center-aligned within the overall chart drawing area. However, sometimes the donut is shifted to the left or the right inside the chart area due to uneven text sizes in the labels for the segments. That seems to be why the center of the center text doesn’t align with the center of the donut horizontally.
Hello, I’m still seeking help with this issue. I think it may be a problem with Skuid, so I marked this post as “Problem”. I am unable to connect to an external rest interface. Several community members tried to help and I ran a JSON diaginostic and found that my page is generating a post method instead of a get method. My Skuid page is set to method=Get, though. If anyone in Skuidland can help me out, I would greatly appreciate it. The details can be found in the below post: https://community.skuid.com/t/external-rest-data-source-authentication-issue Thanks!
I find myself in the position to need to integrate with HL7… to send SFDC data as HL7 files, and parse HL7 files into SFDC data. If I understand that correctly, that is the work that a service adapter does, correct?It looks like we can build our own service adapters in skuid. Is that the case? Is that what I would have to do to integrate?Does anyone have experience with HL7?
I have a File Upload component saving as an attachment to a record. I want to only hide this File Upload component after the user uploads one attachment.This is a create new record page, and the model being attached to only has one row. I’ve tried hacking the xml to say Render if Attachments.records.0.Id = NULL, but it’s not working. Maybe if I re-query the model after it is saved?Is there a better way to not render a file upload after the attachment is added?
Hi! I am trying to add a custom button to my opportunity layout and unfortunately when i select custom salesforce button, an error occurs and says that a recipient must be a lead or contact. I am not js savvy so I am not too sure if this would require me to run a javascript snippet.https://composer.congamerge.com ?sessionId={!API.Session_ID} &serverUrl={!API.Partner_Server_URL_290} &id={!Opportunity.Id} &TemplateID=a0f8000000E3Ede &OFN={!Opportunity.Name}+Sales+Order+{!Today()} &DocusignVisible=1 &DocusignR1Id={!Opportunity.BBilling_ContactId__c} &DocusignR1Role=Prospect &DocusignR1Type=Signer &DocusignR1RoutingOrder=1 &DocusignR2Id=“00580000005I4Jm” &DocusignR2Role=AE &DocusignR2Type=Signer &DocusignR2RoutingOrder=2 &DocusignR3Id={!Opportunity.OwnerId} &DocusignR3Type=“Carbon Copy” &DocusignR3RoutingOrder=2 &DocusignR4Id=“00580000005Hjnr” &DocusignR4Type=“Carbon Copy” &DocusignR4RoutingOrder=2 &DocusignR5I
All,We’re experiencing issues attaching a file to a custom File field on a custom object (through a skuid table). When the filename is greater than 80 characters, the file upload fails silently. When you refresh the page, the file isn’t attached to the field.We’ve noticed that the limit on the “Name” field in the Skuid File object is 80 characters. If this can be changed, that would suit our needs, but it doesn’t look like it can be.It would also fix the issue if we could use Javascript to truncate a filename greater than 80 characters whenever a file is uploaded. To that end, I attempted to write a listener that listens on the event “row.updated”, and then changes the name of the attachment if it’s greater than 80 characters, but none of the changes I made to the model were actually saved. I wasn’t able to change the filename at all this way. Is this at all possible?Thank you,Robert
When filling out online forms or even inputting values in standard Salesforce pages (using Chrome), values that I’ve recently put in a field show up just underneath the input field and let me choose that recent value. The screenshot is from creating a new custom field, but it also happens when creating a new record, which is exactly the use case for Skuid that I’m working on - creating a new record from a web user on a force.com site. We’re working to replace Formstack and Wordpress with Skuid pages and Force.com sites, but this little thing that Formstack doesn’t do is making it frustrating in the testing phase. Any ideas on why it doesn’t do this? Is there a way to get it to do this? Thanks!
I need to update some standard and custom fields upon upload of a chatter feed file on a VF page in a public site. I need to pass URL parameters into some of these fields. If I add custom controllers to the VF page and I use Skuid:page to display a Skuid page with an upload component and I use it to upload a chatter feed file, would controllers in the VF page recognize that I uploaded a file, pull in the URL parameters and add them to the standard and custom fields of the Files ContentVersion? I’m wondering if the Skuid upload component would bypass the custom controllers on the VF page.
Presumably, more models on a page increase the page load time. Seems to be a rather tedious task to remove unused models and/or unused fields within models, if, over time, developers don’t clean up after themselves. Are there any shortcuts? What would guys recommend as the best way to identify models that are not being utilized in the page and/or fields that are in models but not being referenced? Perhaps GREP the Page XML for each model name and analyze the references?Thought I’d ask before diving into a massively manual cleanup effort. :(
It’d be helpful for me to specify a WHERE statement to the SOSL query in the search component. This seems fairly straight foward given SOSL syntax. ExampleSOSL: FIND {Joe Smith} IN Name Fields RETURNING lead (name, phone Where createddate = THIS_FISCAL_QUARTER) Here’s my XML: Is there a way to write in a WHERE statement in ?
I ran into an instance where I was successfully getting a Validation rule to fire when on the standard SFDC page layout but unable to trigger it in a Skuid page. This is on a Contact Detail page. I have a few validations that always fire on a Table and other Detail pages, but this seems abnormal.
I would like a date/time field to default to the current time. Is it possible to achieve this with the override meta data functionality? I have tried overriding the meta data using a formula of NOW() but that did not default the time.Thanks!
I’ve got a rich-text field where I want to limit the number of characters that a person can enter, or at least show the user how many characters they have typed so far.I’ve successfully done this with a standard textarea using a javascript snippet but when I try it on the rich-text field it seems that I can’t access the DOM object.This works for a textarea: $(‘.Caption textarea’).val().lengthThis does not work for the CKEditor for a rich-text field: $(‘.About .nx-richtext-input’).html().lengthWhere I have defined custom classes Caption and About for the respective fields. My sense is that my javascript snippet is running before the DOM object for the CKEditor is set up. I tried various ways but could not get access to that DOM object.If anyone has an idea of how to access the CKEditor object via javascript please let me know.Trying a different tack there are plugins for CKEditor that do this already. Here is one example:http://ckeditor.com/forums/CKEditor-3.x/Character-Count-PluginIs t
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.