-
Recently active
Hi, I am trying to access different parts of the Appian IDP but I see only the configure tab. Going through the documentation at https://docs.appian.com/suite/help/22.2/idp-1.6/groups-reference-page.html I got myself included in all the groups this document is asking for. I am a member of DU Administrator. So net net I am a member of what am I missing ?? Any help will be appreciated thanks jaideep
Hi, We have pre-prod environment n prod environment. We have a prod deployment near by. Deployment is manual85 not yet automated. Phase 1 is already running successfully in live. Now phase 2 is gng to live.. I am planning to deploy whole application from preprod to live. my application contains groups aswell. if I take groups from preprod will the users also be effected in prod. Users also will be deployed
In this Enterprise Architecture Diagram clearly shown that we can deploy our own Application on Cloud. But I Don't know how to configure and connect . pls suggest some Blogs or Documentation for this issue.
All I really want to do is be able to create a filter on a read-only grid but it appears to only work on a filter associated with the record type.
Hi! Is there any way to have 2 different y-axis for the same plot? May be a plugin? For example: one y for gdp, one y for population, while they have in common x (year).
Hi, I have am read only grid where I have enabled search functionality. The Search text field is giving some default text. Can someone let me know how to customize that text. Basically, I would like provide a text which is more meaningful. Thanks
Hi, I am trying to convert the text which is entering into the textField into a upper case and trying to store into a ruleInput. But, it is not working as expected. I am attaching the code here to get some experts advise. Thanks. a!localVariables( { a!columnsLayout( columns: a!columnLayout( contents: a!textField( label: "Name:", value: upper(ri!name), saveInto: upper(ri!name) ) ) ) } )
Hi, I would like to know if there a way we can switch on Audit to generate audit log for each action in Appian. Please advise if we have to do this activity manually. Any advises are highly appreciate. Thank you.
Hi Experts, I want to show selected checked box only in read only view . How to show only selected check box when we open the interface in read only view . Thanks
Hi Everyone , I need to convert Appian document to base64 . How can i achieve this . thanks in Advance
Hi, I have folder Name... i want to know, In that name there is a folder exists or not... please Suggest.. Thank You.
Below is the code in which when we want to select option "Four" then we have to press "F" twice. a!localVariables( local!options : {"One","Two","Three","Four","Five"}, local!selectedValue, { a!dropdownField( label: "Dropdown", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: local!options, choiceValues: local!options, value:local!selectedValue, saveInto: local!selectedValue, searchDisplay: "OFF", validations: {} ) } ) When we press "F" first time the options opens. And when we press "F" second time only then the value "Four" is selected. However, it was not the same behavior in previous versions. Can you help me achieve the same functionality/behavior with version 22.4 ?
Hii Experts, please tell me how to validate the IMSI number and IMEI number and INTERNATIONAL Number? Thanks
like we get alphanumeric characters we get to reset the password ?
I just notices that Export to Excel smart service is deprecated now. https://docs.appian.com/suite/help/21.4/Export_To_Excel_CSV_Smart_Service.html Do we have any alternative if I want to export aggregated data shown on the interface as table ?
Hi All, I am updating data to external db using Integration object. The first time when I click on update button it updates the data but when second time I click on update with different data it is not updating. Can anyone please help me out? Many Thanks!
I was working through one of the modules, went and had a meal, and suddenly the curriculum itself is gone. I have the linked bookmarked so I know it is not a URL error. Even if I just google "Appian curriculum" and try to find it, the link that would ordinarily take me to the developer page says 404 not found.
As I'm going through the Appian Developer course I have noticed that some information is missing when trying to pass the quizzes. I am completely stuck on Expressions. Is there something else I should be doing besides the Developer course?
please tell me how to validate email address without regex means with the help of like function . I am writing this expression : like(ri!email,"*@gmail.com") but i want to validate every field like first character should not be digit and all .help me to sort out this
Code snippet below shows a filter for field test whose value is reviewing. a!queryFilter( field: recordType! a.fields.test operator: "=", value: "Reviewing" ) How can I filter field test whose values are "reviewing" or null? I should be able to get rows 1 and 2 test 1 reviewing 2 3 resolved
How to index values from Record Type. For Example: how to index location from this
I am trying to connect the target vehicle.vehiclelastmodifiedby but its not listed as an option. Where do I go to fix this issue?
Dear All, Can anyone please tell me how to create connected system for active directory, because there is no template for active directory in Appian. Thanks in advance!
is there any way to apply tool tip in rich text item.
Hi Experts, Looking forward for your help. We have created a process model where we are running two process flows simultaneously using "AND" Gateway and we want our last node to be executed only once. But the problem we are facing here is that the last node is executing twice due to the "AND" Gateway. Is there any alternative solution so that the last node will be executed only once along with the "AND" Gateway? Thanks
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.