-
Recently active
Can anyone help me, Is there any option to delete document from SharePoint by using Appian.
Hello, Please let me know if we can generate the password protected excel using Appian? or make the generated document password protected? Thank You!!
Hi All, Its very urgent. I am facing an issue with removing <style>......</style> from the HTML text. I want to remove all the text/special character/all the property between style tag. <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style> <!-- @font-face {font-family:"Cambria Math"} @font-face {font-family:Calibri} p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; font-size:11.0pt; font-family:"Calibri",sans-serif} span.EmailStyle17 {font-family:"Calibri",sans-serif; color:windowtext} .MsoChpDefault {font-family:"Calibri",sans-serif} @page WordSection1 {margin:72.0pt 72.0pt 72.0pt 72.0pt} div.WordSection1 {} --> </style></head><body style="word-wrap:break-word"><div class="WordSection1"><p class="
Hii, I am getting this error while clicking on record Action: An error occurred while applying the context for the GAI Grant related action [identifier=253]. Details: The record data does not exist, has been deleted, or you do not have sufficient privileges to access it. How can i resolve this ? ), a!gridColumn( value: a!recordActionField( actions: a!recordActionItem( action: 'recordType!{8b4ab8ba-4c5b-4a6e-bf36-23ee7bb475b3}GAI Grant.actions.{4e3745c4-618f-44fe-a3de-3c29fd228894}editProjectObjective', identifier: { appId: ri!appId, projectObjectivesId: fv!row['recordType!{0b254c54-d92c-4674-a733-f9a9e4e2b147}GAI Application Project Objective.fields.{bd9fc329-44b3-4179-bd65-a400aee6091c}projectObjectivesId'] }
Hii, I am unable to select NA option , for YES or NO Its working fine , how can i resolve this, i have to save a!radioButtonField( label: "", choiceLabels: { "Yes", "No", "N/A" }, choiceValues: { 1, 0, "NA" }, value: fv!item['recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool'], saveInto: { local!a, a!save( fv!item['recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool'], if(local!a = "NA", {}, local!a) ) }, this value in to boolean type column
Hi Champs, In one of the use case, we do need Case management and I see Appian comes up with it's Case Management framework ; but I am not sure how to use the same. Can anyone have use the same or any idea how to use it? Regards, Ghanashyam
Team, Do we have any cloud approved function which can provide constant using constant name ? Regards, Gaurav
Hi everyone, We had a summarized task list ( SOURCE : View ) in a grid , where we have rows coming from so many record types. We had a recordlink present for every id, once clicked it have to redirect it's concerned record type dynamically. So could you please help me retrieve the object type using its UUID.- Once provided it had to retrieve the recordtype, which i will pass dynamically to the recordtype input in a!recordlink(). If anybody worked on any type of this scenario, please help me on this. Thanks in Advance
Hi, I am confusing datetime value how to handle in appian? I read below of link :community.appian.com/.../handling-date-and-time Confirm in my cloud environment .Datetime value does not show correctly.What wrong is it?
Hi All, I am using Appian 23.2 version, using text field to validate percentage value for a float/number data type column but Appian not throwing error when I entered text value, instead, Appian automatically removing text and only defaulting numeric value if any in the entered text. Few scenarios: a1.25 - Should error message 10.s2 - Should error message 10 - Should allow to proceed 10.25 - Should allow to proceed. I have tried with integer field also but no luck, seems I am missing something. Please help me on this validation. Thanks in advance. a!localVariables( local!percentagenum: 99.99, a!textField( label: "Percentage", value: ri!spx_Launch['recordType!{97e19909-9b98-4335-a811-7472bde63ac3}SPX Launch.fields.{39ad4217-f104-46d2-a63c-06b17a945271}flight_number'], saveInto: ri!spx_Launch['recordType!{97e19909-9b98-4335-a811-7472bde63ac3}SPX Launch.fields.{39ad4217-f104-46d2-a63c-06b17a945271}flight_number'], validations: if( len(
What should I persist in the db to identify a group? I may need to migrate this to another system IE: Dev to Test
how much time difference pp!timezone to IST which timing =pp!timezone is following
What is the most common use case for an Appian application? A. A reporting tool that uses complex aggregation across different systems. B. A workflow that requires extensive database data extraction, transformation, and loading. C. A workflow for multiple groups that needs to be accelerated while reducing mistakes. D. A backend process that requires management and no user interaction.
Hi All, I have a requirement where I need to merge 2 selected rows in read-only grid and merge them into one row and the displayed name will be the first selected row. Where the whole data related to both selected records will be merged into one.
Hi All I am using getLastLoginDateTime function which is in the below plugin [mention:f77937a217d845edaa4c53ff358f0f09:f7d226abd59f475c9d224a79e3f0ec07] But facing weird issue. below are the code snippet It is working fine without typecase but while typecast it is showing errorNote :- loginDateTime has date and time data type and it is not working for 2-3 users and for rest it is working fine even while typecast.
Hi Team, Currently am writing data to table from stored procedure. Can someone help that what is the best way to improve its performance, Since in Healthcheck its coming as High Risk. Number of records added is around 4Lakh.
how many times we can take exam for one registration. if so how many times? how many days in gap we can take the exam.
Hi, i'll give any date it has to subtract with today and give me number of days difference ex: inputdate -today= no of days difference, 04/07/2023- today = 7 days which functions i can use to achieve this? suggest me
how to check the user is active or deactivated
Hi, I saw that it is not possible to encrypt an email through the appian smart email service. Although I believe I know the answer to the next question, I would like to ask. is it possible for appian to encrypt an attachment in a zip file and then send it? can it send attachments? or I need to encrypt the file on my own and then attach it to the email and send it? thanks
i am getting this error while click on related action how to resolve ? An error occurred while applying the context for the GAI Application related action [identifier=125]. Details: The record data does not exist, has been deleted, or you do not have sufficient privileges to access it.
Required is not working for dropdown field in gridrow layout how can i resolve this ? a!gridLayout( label: "", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: ""), a!gridLayoutHeaderCell(label: "") }, columnConfigs: { a!gridLayoutColumnConfig(weight: 3), a!gridLayoutColumnConfig(weight: 3) }, rows: { a!gridRowLayout( contents: { a!textField( value: "Grantee Administrator (Primary Contact)", readOnly: true(), required: true() ), a!textField( showWhen: rule!SCO_isBoolNotEmptyAndTrue(ri!hasUserClickedGeneratePdf), readOnly: true, label: rule!GAI_utilFormatUserName( ri!applnProjectInfo['recordType!{ba1b9bf5-818d-401c-b540-67788e6d7d2d}GAI Application Project Info.fields.{8852265a-0704-4a43-829a-c4828
Hi All, While doing upload of file with filename which contains ; or ' the characters ; and ' are replaced with _ automatically . Other windows allowed characters for file name works fine. Could you please suggest what can be issue or is it a limitation on Appian side or is it a configuration issue or is there a work around to keep the original name Thanks in advance Raj
I have a requirement, which is to query data within two working days. I use process calendar and a!subtractDateTime() to achieve this functionality. I first defined the holiday in the process calendar, and used a!subtractDateTime() to calculate the start time of the query. Code: a!subtractDateTime( startDateTime: now(), days: 2, useProcessCalendar: true, processCalendarName: "MasonTestCal",) & " ---- " & now() The out put is: My account is set up as follows: Questions: 1.Why are the calculated results not different by 48 hours? 2.What are the specific rules for a!subtractDateTime() when using process calendar?
It's just a question out of curiosity. Does Appian provide a way that any solution created in Appian by any partner or organisation can be installed on client's server but still be managed and hosted by solution provider. I mean in terms of exposing the solution's code and architecture, if I don't want to expose my application code, implementation and objects to client but still want to install in their environment?
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.