-
Recently active
First post. Thanks for your attention. I am working through the Appian developer course online, and I've run into problems with the exercises. I will write the code to mirror the solution, and the tests still fail. This happened for a few of the exercises. My most recent problem is not a failed test; I'm working on the exercise to accompany Expressions: Enhance Your Data. I'm trying to create an expression rule, and a Rule Inputs pane doesn't open. I'm not sure how to continue with the exercise. Has anyone else had this problem? Do I have an old version of the designer? Any advice would be appreciate. Thanks
Here are my record types: Why am I getting the following error message when I try the expression out? Expression evaluation error at function a!queryRecordType [line 5]: The field [recordType!SS Item.relationships.ssLookupCategoryItem.fields.categoryId] used as a sort field was invalid. You must reference the field from the related record type in "relationship". This query works fine when in the Cloud Database area/*select * from SS_LOOKUP_CATEGORY_ITEM, SS_ITEM,SS_CATEGORY where SS_LOOKUP_CATEGORY_ITEM.ITEM_ID=SS_ITEM.ID AND SS_LOOKUP_CATEGORY_ITEM.CATEGORY_ID=SS_CATEGORY.ID*/
Hi Everyone, I am new to Appian. I have completed the basic module about its understanding online. I may get to instructor led course soon. I wanted to as, what should i ensure as a precident that i have the knowledge before i get on the course with the instructor ? Course interest : Builder Any advice will be appreciated Thanks in advance Abdul
Why CDT has no security , why appian not provided security groups for CDT , any one please explain
I an looking for work around of calworkminutesplugin function this function used to calculate time in min so i tried with calworkhours for that but this function giving me wrong output eben for hour .
We're trying to implement an eTag to reduce query time to a remote API. They've provided support on their end and are generating an ETag, a subsequent GET by us, with an ETag header doesn't seem to generate the response I'd hoped, and before I go back to the vendor, I wondered if there was something tricky in the way the quotes need to be created around the ETag string?
Hi friends I have to Integrate payment gateway for Ecommerce Application how I can do that? how we will get Payment gateway
I am working on a application where i want to update details of customer and the updated details can be shown at site
Hello, everyone!I'm trying to make an interface where you can select two dropdowns and attach a file, all these components are in another interface and I'm calling it into another interface (Main interface). In the main interface I have three buttons, one in special has to duplicate the child interface that I mentioned before, I achieved to duplicated the child interface, but when I select an option on the different dropdowns, all the interfaces duplicated are deleted. Both interfaces have a rule input, but Interface Designer shows me an error if I select array option on the rule input, this happens in any of the interfaces. a!localVariables( local!prefijo: {'type!{urn:com:appian:types:EMI}EMI_SUBIR_ARCHIVOS_DATA'()}, local!dataLenght: 0, { rule!EMI_banner("Captura y EnvÃ%ADo"), rule!EMI_TituloReutilizable("Analista Independiente"), a!forEach( items: local!prefijo, expression: rule!EMI_BoxReutilizableAnalistaIndependiente(local!prefijo), ),
Dear All, Can anyone please tell me how to compare values retrieved from record type with local value. I am using exact function for similarity but that is not working.
I have been trying to configure the Send File over FTP smart service all day and have not had any success. Not sure what else to try. Current Process Model is simply create a CSV file and upload it over FTP: Send File Over FTP configuration: External System key - avalon Use Per User Credentials - False Server Hostname ="avalon.lhtech.com" Server Port - 21 Remote directory path ="/Vendor_Shipment_Reports/432.csv" Document to Send - =pv!HydacShipFinal - created in previous step as 432.csv Enter Local Active Mode - False Binary File Type - True I have created my credentials in " Third Party Credentials" as avalon: Every time I run the process, I get the following error via the log: 2022-11-01 19:11:32,441 [Appian Work Item - 4585 - WorkID 114 - execution02 - process 536871728 - model 684 : UnattendedJavaActivityRequest] ERROR com.appian.ps.plugins.sftpsmartservices.FTPConfig - Login failed 2022-11-01 19:11:32,442 [Appian Work Item - 45
Hi, I am getting below error. Not sure what needs to be done. Can someone advise. Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 36]: A grid component [label="Lead Reviewer Records"] has an invalid value for "data". "data" must be sourced from a Record Type, a query, a list of Dictionary, a list of CDT, or a data subset. Received: List of Variant
Generate CSV file for selected processes(I have a grid above to this which is selectable, for the user selected rows .., I need to generate & download a CSV file) GENERATE AND DOWNLOAD CSV FILE(I am giving this as A button in Interface) when user clicks this button A csv file(with data selected in the above grid) should get downloaded Help me in achieving the requirement, Thanks in advance:)
Hi Team, I am using rich text to connect image and text in a Card. But every time I use it the image always comes in rectangular shape .Could anyone suggest that how can I change the shape to "Round" Thanks in Advance
How to remove "items" option when I call record to read only grid in Interface. Thanks in Advance
In IDP Concept Can we exclude the reconcile task without using that can we extract the document Automatically
Hii All, can anyone help me for one senerio . I want that to collapsible field For Example : a!paragraphField( label: "Target", labelPosition: "ABOVE", value: index(local!target,"target",{}), refreshAfter: "UNFOCUS", characterLimit: null, height: "SHORT", readOnly: true, validations: {} ) I am using paragraph field for showing data then i want only some of the text only show when I click on the that text then the list of the text will show . Thanks
Hi guys, How can I login in Appian Designer (software development)? What is the link to access it? Does Appian has Software to install in my computer or just browser? Regards, Pedro Santos
Hello Team, Does Appian have any documentation for creating services in Linux? I have recently setup a distributed installation, and I am looking to create Appian services and have them start automatically on system reboots and also stop gracefully on system shutdown. Any suggestion will be appreciated. Thanks
Hi Experts, What all point need to be taken into consideration while Moving Application from version 17.1 to 21.4. What all are the pre-requisite on the admin console side as well as at object level.
Hi Experts, I have implemented readOnly grid with RecordType as a datasource. Search options was only working for the the columns which I have configured in the gridField, so for search to filter on all the columns I have added all the columns of the cdt/table as gridField column with showWhen as false. Will it be having any impact of performance? I tried to lookinto the performance matrix of the UI but in both the cases performance is almost identical. Q: Question that I have up in my mind is weather the performance will get deteriorated with the increase in amount of data pulled through record or will it behave as it is ? Q: Since all the data is already coming through record , showing it in grid will have considerable impact on performance or not ?
I am trying to export data store entity into CSV via smart service "Export Data store entity to CSV" and for tables more than 50 columns, am receiving the following error. Kindly help out in this regard. "Unable to export. Maximum number of columns exceeded: 50 "
Hi Team, I have new requirement to add few fields in the interfaces for which i updated the existing interfaces and data types. But there are many active instances available in production which might cause issue? In One Scenario i want the latest changes also to be included after the deployment and in another task i want the hide the latest changes for few tasks. Can you please guide me to the list of steps that i need to take care while moving the changes to Production. Please let me know if any further information is required
as per the requirement, I have to convert user texts into DB date format Required format: YYYY/MM/DD expected date inputs: Date with Month Name March 20, 2023 DD/MM/YYYY 02/12/2022 MM/DD/YYYY 12/20/2022 D/M/YYYY 3/9/2022
Hi Team, We Often get the requirements from the business to Skip the flow and to complete the case. so we are cancelling the tasks and making the backend database changes when the user is unable to complete the task. Does it has Impact on the performance on the environment and what is the best way to handle this kind of Changes. Thanks In Advance
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.