Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
HiI’m trying for a framework action to accomplish the following:Update field on rowI want to update a Date/Time field (same issue for date field) to a blank valueI looked at this post: https://community.skuid.com/t/best-way-to-set-value-of-field-to-null-blank, but none of the simple methods listed work for date fields1- the reference to blank UI , would not work for Date fields2- Using {{blank}}, does not work eitherWould there be a simpler way than to use JS?Thank you,
It seems that if a tabset is set NOT defer rendering of tab contents, the ‘When First Shown’ actions for the tab are run immedately on pageload. That’s not what I would expect…
Is it possible to have a drawer open as an action when a new row is created in a table? I have a table to which the user can add new records. I’d like the associated drawer to open when the row is added. possible?
I was testing out the page caching feature on an account detail page because the page has gotten very large with lots of child objects. However, when the account model is checked as “process model client side” which is recommended for when page caching is on, for some reason the chatter feed disappears. As soon as I uncheck the box on that model, and leave page caching on, the chatter feed shows up. Any idea why? Also what are some other ways to speed up the page load time? Using page includes for the child objects?
SF native function of a URL field is to open that URL in a separate window when you click on it. In Skuid that URL field will overwrite that and open it in the current window. This is true on tables and field editor. How can I get the URLs to open in a new window and not in the current window? I cant find any setting that will allow me to do that.
Hi , we are trying to call an apex class with some parameters on an event on skuid and need to get some response back from the class. For making it easier i am taking a smaple scenarioThis is my class , i have to pass models field comName as argument and have to get data back to skuid page public class SkuidTest{ public static TESTOBJ__c createEmployee(String comName) { TESTOBJ__c tst=new TESTOBJ__c (); tst.Name=‘SKUIDTEST001’; tst.Company_Name__c=comNamecomID; insert tst; return tst; }} Is there any workaround to achieve this, i have went through few approaches but couldn’t make it…
in my model i have a 4 fields like VIN(vehicle Identification number), make, model,year. whenever i enter VIN number, i want to cal the apex method from javascript. for this how to cal the method from javascript. can any one give some sample code for javascrpt to cal Apex method when i enter VIN number
Several issues with Unpacking Page Assignments:1) When an error is encountered (e.g. Page Assignment exists in the pack for a page that does not exist), if you click the “X” in upper right of the dialog (or dismiss through one of the buttons) and then try to import the pack again, each error appears twice (doing it again, it will appear 3 times). The popup dialog is not “clearing the model” of errors prior to running the import each time.2) If you make changes (or do not make any) on the error dialog and click “Save corrections”, if something is still in error, the dialog dismisses and it appears as if everything worked even though it did not. For example, if the error is “page doesn’t exist”, if you leave the “Page Name” field blank and click “Save Corrected” the assignment is just skipped and no further error reported. “Save Corrections” should rerun the entire validation.3) When trying to update the “object type” field on the error dialog, the dropdown list appears behind the dia
What can I do about this error: Uncaught TypeError: loop.getNumber is not a function With this snippet: var loop = 1; var date = Proto.getFieldValue(protoappt,‘Date__c’); // ACTION CODE - loop and set non default values while(loop != 10){ var row = Mass.createRow({ additionalConditions: [ {field: ‘Date__c’, value: date} ] }); loop.setNumber(loop.getNumber() + 1); date.setDate(date.getDate() +7); }
I have a look up box inside a responsive area. It looks up data except when I back space to clear the data the who response box disappears.https://drive.google.com/file/d/0B409lhd9sYDcLVFLWkVTcjZkQU0/view?pref=2&pli=1
Perhaps I missed a tutorial.Is there a list of features available in skuid’s xml editor? I have found that tags can be collapsed by clicking the drop-arrow next to the line number. Ctrl+F brings up a search bar. And Ctrl+H brings up search-and-replace. Do any function keys work in the editor, like F3 for next-occurrence-of-search-term?Thanks!
Hi All, I have an area spline chart with positive and negative values that I am trying to stack. Ideally, negative values fall below the 0 mark, positive values go above. For some reason, the area charts don’t behave this way (see screenshot). Column charts work fine. Any ideas?
We have a large amount of data, so page loads can take a while. Since the page in question is a default landing page, people sometimes want to skip it and go to another page/tab.Is there a way, perhaps though a snippet, that can detect when a user clicks outside of the popup that will close the popup and allow them to click on another tab?
I know this isn’t Skuid related, but I’m not really interested in using another community. 😃This is like “5’ nothing and like 100 pounds” Uber weird.
Hi ,Would anyone knows if their is a way to change the text /background color of a filter when Selected?if yes , would gladly appreciate an exampleLooked in theme and no option I could see for thisThank you
I had some help getting this going and all is working great. However, I do need to include the Contact’s related Firm and/or custom object to the view in the table. For instance, we allow users to include additional Contacts when creating a Task via Skuid page. In this table, users need to see related information to confirm they select the correct Contact(s). Attached image is the code I borrowed from another post to filter the TaskRelation model. I assume the additional fields for viewing in the table are to be coded in the snippet, but not sure how to update the code with additional fields. Any help is greatly appreciated. 🙂
Can you trigger a workflow rule from a “Run Multiple Actions” Button?Use Case:When a sales rep sells into an account, we want them to click a button that would trigger a WFR, sending me an email that they want to change the account owner. Is this possible to do? I can figure out all of the specifics, but I just need to know if it’s possible to trigger a WFR from a button.Thanks in advance for any suggestions.
I added file upload component in skuid page, which adds attachments to a record of custom object.While adding few pdf’s it is throwing an error “Could not upload file” in IE11, on the side of the upload button.I am also not get getting any error message in console window when hitting upload button.The upload is working good with some other pdf’s, I am not sure why it is treating few pdf’s as exception in IE 11.The upload is happening good for all the pdf’s in mozilla and chrome.
How can I set the template on the calendar Event Template to display as strikethrough text, based on the value of another field in the model ( {{EventCleared}})?
What can I do to improve the performance of the calendar? I have decent bandwidth (10 down), the models are relatively simple, and it’s the only function on the page.It takes over 10 seconds on average to load. Tips?
We have set of pages which uses custom theme that we created. However, the pages does not work if we login using other profiles. Please help.
How to connect two skuid pages ?suppose we create a new application and after saving it redirects to view application skuid page .how to do that ?
I have created a new tab and have included a new page and added a look up object names spouse .But when i am viewing this it shows two reference of spouse and one of them is automatically populated .any idea to solve this ?
How can I filter a model to only show events within the next X minutes (refreshed with each page reload)?
I am evaluating dupe blocking third party managed packages. Many of them display error messages when a dupe is found and use Javascript to show links to those dupes in the error. When the error displays on my Skuid pages, the Javascript code itself displays rather than the error and links.Any ideas on how to resolve?A previous post was made on this topic, but never resolved. Here is the link: https://community.skuid.com/t/skuid-with-dupecatcherI’ve found this issue is repeated for other applications.
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.