-
Recently active
I have CDT within the cdt feils name tableDetails(text), Text like [{"column1":"value1","column2":"value1"},{"column1":"value1","column2":"value1"}] how to display in gridlayout. give me the suggetion on this..?
Hi , I am stuck with some logic here in color code, I need to represent variance column in amber colour ,if the varience is dropped to 50%. than actual value, Now this variance column is calculated with formula (actual-cov.threshold)/actual*100 so getting value is.How would I calculate that?I have used richtextDisplayfield a!richTextDisplayField( value: a!richTextItem( text: fv!item.varience_txt, color: if( fv!item.varience_txt < 0, "NEGATIVE", if( fv!item.varience_txt > 0, "POSITIVE", if( (fv!item.varience_txt) < (fv!item.actualThreshold_txt * 0.5), "#FFBF00", "" ) ) ) ) )
I'm seeing a white space below my footer in the site. Is there a way to remove it?
So I have this readtextfromfile function available to me through a plugin, but I don't understand why it's not working. I have the most basic of the basic interface here just to test its usage in my sandbox, and I'm getting this error: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function 'readtextfromfile' [line 2]: That's it. I'm not sure what the issue is. Does anyone else have more experience with this function? Thank you! a!localVariables( local!extractedText: readtextfromfile(ri!uploadedDoc, true), { a!sectionLayout( label: "Section", contents: { a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", target: cons!KS_UPLOAD_FILES, value: ri!uploadedDoc, saveInto: ri!uploadedDoc, validations: {} ) } ) } )
Hello, In user interface we have picker field defined in that if we select one userprofie and later we are calling another subinterface in which we are selecting some products from list and whatever we have selected will be moving to editable grid For example in below screen 1.when we are selecting user we will have an option to selected products and link to editable grid which means selected products will be added under Linked products this details was defined in an other interface which we are calling to the current interface 2.If i am removing the user profile means the values from the Linked products which is defined in other interface also has to be removed but it was not removing Please find the logic available under user profile saveInto: { a!save( ri!record['recordType!{63a0b9c7-fe03-4c99-8667-a1d9a63acf3f}DIL Users.fields.{d05ec5c4-2ec2-45df-813f-59993f59acd5}profile'], t
Hi , I need some calculation logic in appain that gives difference of ration numbers example shown below in the screenshot. Can someone help me to write the logic for this on priority? Here actual and threshold values are user inputs based on those inputs variance col data to be shown .
Iam trying to add a new row link to the editable grid, The data entered in the new row shoud be saved to Database. anyone give suggestions.
Im trying to add a new row to the editable grid using record Type data, getting error while saving the row . Anybody help me to Add new row and data entered by user to new row would be synced to record and DB.a!localVariables( local!data:rule!IT_getProductDetailsFromRecord(), { a!cardLayout( contents: { a!gridLayout( label: "Product Details", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Product Id"), a!gridLayoutHeaderCell(label: "Name"), a!gridLayoutHeaderCell(label: "Category"), a!gridLayoutHeaderCell(label: "Price"), a!gridLayoutHeaderCell(label: "Brand"), a!gridLayoutHeaderCell(label: "Rating") }, columnConfigs: {}, rows: { a!forEach( items: local!data, expression: a!gridRowLayout( contents: { a!integerField( value: fv!item['recordType!{271a
is there a way to allow sophisticated formatting such as bullets / underlining / bold etc. in any of the input component in Appian.?
what is the differance between map & dictonary data types. when we will get this map type and dictionary type
Hello All- There is a requirement to display all the tasks name along with other details in an interface and the data should be filtered by the task owner/ assigned group. When task owner or the user of the assigned group logs in, the user should be able to view all the details along with the tasks which are assigned to the user. I am using query process analytics to fetch details from a task report within read-only grid. Any advice? TIA
Hi, I am trying to get the PDF preview to work in a grid. I tried using the a!documentViewerField() but apparently, its not supported or is unable to be recognized in the grid rows. Any ideas how I can get this worked around ? At present using the below field to display the any image extension files. a!imageField( size: "SMALL", isThumbnail: true, images: { a!documentImage(document: fv!item.imageId) } ) Thanks Neil
Hi all, I have a requirement of creating multiple tasks at a time when a new case is added based on a dropdown field. I have used a!writerecords function and have achieved creating multiple records at a time but I have to related the newly created multiple records with a single ID. I tried it with local variable, tried with expression rule and tried with a rule input of integer field. I have saved new primary key of the case in a local variable and later saved it in integer rule input using a!save in button. In interface level it was showing that the value is added but the it is not being saved in database.
I am having a scenario to select the seat in a theater. Once I click on the seat the particular seat is selecting again I want to de-select the seat it is not getting null from the selected seats. We have used remove function to de-select the seat and we have tried to null the particular index but it is not getting null
How to create a movie ticket booking Seating Arrangement dynamically based on individual theater the seating for each and every theater is different. Admin can change the no.of seats how much he required.
My use case is to have the ability to add, remove and reorder items in a list similar to what we see for defining the columns in a grid in interface designer. Is something like this possible using SAIL? I would think so, but having a hard time envisioning this. Is it a series of cards with rich text-based links to manipulate the positioning? Thanks in advance.
Hello, I have the following question: while watching an Appian training course the instructor used the a!dropdownFieldByIndex() component. I tried to search for it inside the interface palette when in design mode but I was not able to find it anywhere. Is there a place or a doc that contains a list of all these hidden components? Besides the a!dropdownFieldByIndex() component I know some others are a!multipleDropdownFieldByIndex(), a!radioButtonFieldByIndex(), a!checkboxFieldByIndex() and a!timeDisplayField(), but it would be great to discover more if any. Many Thanks!
Hi all, I have a requirement of adding documents which has to be related to a case.I have tried it using record actions of document by giving a dropdown of cases to relate the document to the case selected. But I have to do it without using dropdown .So I have tried it using start process link in cardlayout.It was working fine but after triggering the process it has to go to previous page where i have an option as documents grid in summary page, but in my case it was navigating to the previous tab in the same summary page which has another grid in it. I am using start process link in 2nd button but it was navigating to the 1st button in the same page.Is it possible to open the start process link in dialog box? or Is it possible to add documents and directly relate them to the case without using dropdown? Kindly refer the below file where it contains the screen recording of the exact issue that i am facing. [View:/cfs-file/__key/communityserver-discussions-components-files/13/startpro
if the outageEligible (boolean) is false , then I need to null the value for outage(boolean) if(rule!GBL_isnull(ri!outageEligible,false()) , a!save(ri!ouage,null(), a!save(null(),null())) above is the code , I am using. But it is not working
Our team has been having a difficult time figuring this out. I'll try and do my best explain clearly. We have a child interface where you add a creditor and a debtor. The field level validations are working fine in the form itself. The validations I'm referring to here are, there is a debtor section where the debtors are added to an array rule input. Same with creditors. This interface is called in the main wrapper interface where the "Next", "Back", etc buttons are located. The requirement is to be, **only when a user clicks "Next"** is it supposed to check for page level validations. Meaning once a user clicks "Next" it'll check to see if there is both a creditor and debtor added. If it finds that there is no debtor added, for example, an error message will display to the user saying "You must have at least one debtor and one creditor added to proceed," and the page count will not progress. We're having trouble f
I started with a CardLayout and have a sideBysideLayout inside it. Inside this SideBySideLayout I have two SideBySideItem. The problem I'm facing is Inside one of this SideBySideItem I want to have two components. SideBySideLayout doesn't allow any other layouts, nor does it allow array of items. PS: For reference this is being used in a Portal. Please see attached pic for layout if the descriptions seems confusing.
Hello there! I have a related action on my records which are displayed in a grid. Is it possible to hide the icon starting the action immediately after the user clicks on it? Otherwise there are users who do multiple clicks, and since my action deletes the same record, they end up with a sad An error occurred while applying the context for the [myRecordName] related action [identifier=12,086]. Details: The record data does not exist, has been deleted, or you do not have sufficient privileges to access it. In fact, the record disappears from the grid quickly after the click, but not immediately, and sometimes user can click again. The record action is a related record action, configured to be call the deletion process as follows: { idRecord: rv!record[[myRecordName.id]], cancel: false()} Part of the code: a!gridField( labelPosition: "ABOVE", re
a!localVariables( local!Details: rule!GetInformation(), a!formLayout( ....... showwhen:if(local!Details "ERROR") ) ) Hi, I want to show the formLayout in the design mode(designer/expression) irrespective of the return value of rule!GetInformation() expression rule. However in runtime the form should load as mentioned in above code i.e., based on the return value of rule!GetInformation() . Kindly suggest.
There are 2 local variable: local!test1 : "CRIS3-AB; CRIS3-AB; ; ; SOECS; SOECS; ; ", local!test2 : "; ; Related FOX; Related FOX; ; ; Trace; Trace", If no value available before semicolon symbol of local!test2 then a value from local!test1 should take place Desire output : " CRIS3-AB;CRIS3-AB;Related FOX; Related FOX; SOECS; SOECS; Trace; Trace"
There is an interface created which displays business elements in a tabular form, fetching details from a process report. The interface is expecting a rule input and filter the data based on rule input. The issue I am facing is, once the interface page gets refresh, the rule input value is getting set to null. Any idea how to handle this scenario?
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.