-
Recently active
I am aware of the custom picker feature that functions as a predictive text input. However I want it to have the capability to select a value if it already exists, and if it doesn't exist, allow the user to input a new value.(Similar to Excel). This is necessary to prevent the creation of duplicate entries in a field. Can you provide suggestions on implementing this functionality while avoiding performance issues in the interface
After querying a record, I am trying to access a value from a related record, but the value is not showing up. It just returns null. I checked my Record Lists to confirm the expected values are there. Ex. Record one called Activity Status has a many to one relationship with record two called Activity. Record Activity Status has the status of the activity for each user with a foreign key called ActivityID that references the Activity record. Record Activity has the name of the activity. Ex row for Activity Status: id 1, activityID 2. Ex row for Activity: id 2, name: "running" My record query returns the ActivityStatus with id 1 and activityID 2, which is stored in local!data. I am trying to get the activity name with local!data[recordType!ActivityStatus.relationships.Activity.fields.name] Does anyone know why this does not work?
Hi! I have created an editable grid so the user can add new rows and fields manually (invoice lines). My next step is to make a validation to assure the fields match with fields in another previous interface (invoice header). The validation runs OK if I put an static condition (f.e. = "Prueba 1") but I have trouble when linking to a previous record field (the relationship between records is created and runs OK). Even though the first input of the previous record and the second input (actual interface) are the same, Appian recognize it as they are different values. The code I´m using for the validation is the following: validations: { if(fv!item['recordType!{b83ae990-aa66-4847-b974-1e1e40019294}CPF Maestro LÃ%ADneas Factura.fields.{14eaacbb-19fc-41e2-aea2-3ec9b3322722}idFactura'] = ri!recordLineasFact['recordType!{b83ae990-aa66-4847-b974-1e1e40019294}CPF Maestro LÃ%ADneas Factura.relationships.{fca16b27-3afd-4932-a545-53d4160413d1}maestroFactura
Hi Suppose I'm Working in a application i.e X and i have to redirect to another application(using safe link) name i.e Y, if i create a object in second application i.e Y then i have to redirect back to previous application i.e X is there any way to do this ?
I am trying to save data in the submit button from CDT from interface into another array CDT where i use a!save(ri!big_cdt.subset1, a!foreach( items:ri!samll_cdt, expression: {fv!item.subset1}))... this way i am filling multiple values so that i can write array CDT into a datastore as multiple rows in an single attempt using write to data store in the process model. but, i get this error in the interface "Interface Definition: Expression evaluation error [evaluation ID = 2ce92:fe3b0] : An error occurred while executing a save: java.lang.IllegalArgumentException: Cannot derive list type from List of Text String in which to store data of type List of Variant" not sure what i am missing ?
Hi All - Anyone have any way to handle the validation message "The value provided is not an integer." in the Integer field?I would like to have the custom message for users when they are entering some Alphabets in the integer field. Instead of the above message. Note: I don't wanted to use the text field with the regex validation rule to check if any alphabets were entered
Hi everyone, I ran into the following problem: I have a job model that downloads files from an S3 bucket and stores the downloaded documents on a constant in document format. I would like to know if by clicking on the image given by the a!documentimage function from an interface, it is possible to start the process that downloads the file to me and then actually see the download of the file. What I do now is use 2 buttons, one to start the process model to store the document in the constant and another one to download the file from the updated constant into the a!documentimage, but I would like to combine the two and use just one click. Thanks in advance.
Hi, I need to put validation for two fields in below formats. 1. P (upper case).7 digits the user provided input should have first letter as capital P dot with 7 digits 2. P (upper case).7 digits.2 digits the user provided input should have first letter as capital P dot with 7 digits and dot with 2 digits Kindly suggest on this
Hi ! I am facing a pagination issue with Grid Field. I need to fetch data from a csv using previewcsvimport and display it in a grid, batch size 10, but an error pops up when I try to move directly to the last page , only for the files which have (10n +1) number of rows.
Hi. I would like to implement a system that includes the following features: Regarding No. 3, please tell us whether it can be realized or not. 1. Create a list from a data entity containing video URLs. 2. Set up a link that will take you to some interface when you click on the list. 3. Dynamically change the video displayed in that interface based on the URL of the video registered in the list. Thank you.
I have to create Dynamic UI meaning based on the API JSON response received. I will be receiving the input type like check box or input and all the other attributes in JSON response, using that can i create the component and create dynamic UI?
Hi all, I have a dropdown field and have a condition for disbaled, based on that it will be disabled or not.--> if it's not null or empty it's working fine --> if it's null or empty, the dropdown is not disabled and I'm able to select a value for first time. Once I select the value, the dropdown gets disabled. ( since it considers that the field is not null and it's disabled. But I want the field to be editable) Can someone please help here. disabled: { if(a!isnullormepty(ri!record[my dropdown field])false, true ), },
Hi , When I have a rule input for the record in the interface , the values will get updated in the rule input as I update the values in the interface. In interface test, If I am have the record A and pull all the data from the DB, initially it has the values from the DB. But later when I edit the fields, the values will keep on changing (in interface level)How can I store the value when it's initially being pulled from the DB. Can someone pls guide me here?
Hi, In the date field, for the calender I want to make the weekends as disbaled (non selectable) whereas the week days should be selectable. is it possible to do this in a!datefield?
When I click on the performance tab of the interface it says - not a valid component. Has anyone faced this issue? Please see the screenshot for reference
In my interface, I have many read-only field. I need to display them only when a field in the table ( isshow is set to true).For this, I included a showwhen : abcsample.isshow = true. But this is throwing me the below error: Interface Definition: Expression evaluation error at function a!headerContentLayout: Cannot compare incompatible operands of type Record Field and type Boolean.In this case, how can I give this condition. Can someone help me here?
I am facing issue for refreshing the page after Completion of Record Action though Activity chaining there. could any please help on this. Issue: When we delete the document from Record action, document is getting deleted but in interface still it is showing.
Hello, I am getting this error Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error [evaluation ID = EO1CO] : An error occurred while executing a save: Expression evaluation error: Cannot update Map; invalid index provided of type: Record Field (must be String or List of String) What does it mean?
Hi EveryOne, I am doing poc, My requirment is to show the Toggle, depends on the User selection, it has to display the respective pages Thanks in Advance
Hi all, having one requirement like there are two dates date 1 & date 2.then date 2 should be equal to + 1 day of date 1 (only week days, no sat, Sunday) what should I do?
Hi, I have a grid layout and the values are populated from my selection. I need to check, if there are duplicated values present in the grid. If there are duplicate values present, I should not able to submit the form. I store my selection in a local variable. validations: { if( local!data.value ---> here I need to check if the value is already present in the grid. "pleaser remove duplicates", "" ) } Can someone please help how to check if the values are already present.
Hi Team, we want to understand the behaviour of user input task being accepted by the users. Scenario is we have group of users to whom the created user input task will be assigned and hence two different logged in user of same group in a site opens the tasks at the same time and once use accepts it then when other user clicks on accepts hes getting the message saying User1 accepted the task with a reassign button. When User2 clicks on reassign the tasks gets moved from User1 as well eventhough it was accepted by User1. Kindly make me understand the purpose and best way to achieve the previlages of user input tasks. Regards, Sameer
Hi team, We are facing one challenge to understand the resassignment behaviour with the user input task. We have two groups G1 and G2. Scenario1: When G1U1 opens the task he will see below options when he clicks on reassign he will see below popup and he reassigns it to G1U2 from the available list and when G1U2 user opens the task he seeing only these options and their is no blue banner. Scenario 2: When G2U1 opens the task he will see below options when he clicks on reassign he will see below popup and he reassigns it to G2U2 from the available list and when G2U2 user opens the task he seeing only these options and their is no blue banner. Why there is difference in reassignment popup between group users and the previlages in the U2 of each group for the reassigned task.
I'm in a discussion with a colleague on whether its legal to use {} to delimit nested variables in an if statement. I.e.: if( { this and(or( isnull(local!shortRecon.recordsRequested), isnull(local!shortRecon.reconsiderationRequested) ), local!claim.claimStatusId<>cons!OWB_DBID_LOOKUP_ID_CLAIM_STATUS_FINAL_ORDER_ISSUED ) }, and this { this if(isnull(local!shortRecon.recordsRequested),a!save(ri!recon.recordsRequested,false),{}), if(isnull(local!shortRecon.reconsiderationRequested),a!save(ri!recon.reconsiderationRequested,false),{}) }, and this {} ) Is this acceptable use?
, May I know How to create fringe benefits grid( from the above picture)? I tried like below..,for percentage & Amount column, If I insert a value for one row , same value is being reflected in all the newly added rows, I want to add desired value for each row under percentage & Amount columns.., a!sectionLayout( label: "Fringe Benefits", contents: { a!gridLayout( label: " ", labelPosition: "COLLAPSED", headerCells: { a!gridLayoutHeaderCell(label: "Fringe Benefits "), a!gridLayoutHeaderCell(label: "Percentage"), a!gridLayoutHeaderCell(label: "Amount") }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE") }, rows: { a!gridRowLayout( contents: { a!textField( disabled: true(), label: "F.I.C.A", value: index(local!FringeBenefit,1,{}) ), a!textField( label: "Percentage"
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.