-
Recently active
Hi, I would like to run a process model once Every 2 weeks, every other Wednesday. Is this possible. Any advises please. Thank you
Hello, We have Appian 18.1 Version. As Microsoft is ending support for Basic Authentication which will not support IMAPS anymore as protocol, is there a workaround or documentation to change below configuration for "IMAPS" # Defines settings for a poller that will monitor an inbox and route messages based on the alias rulesconf.mailhandler.poller.EmailHandlerBean.mailServer=outlook.office365.comconf.mailhandler.poller.EmailHandlerBean.mailFolder=INBOXconf.mailhandler.poller.EmailHandlerBean.storeProtocol=imapsconf.mailhandler.poller.EmailHandlerBean.port=993conf.mailhandler.poller.EmailHandlerBean.starttls=trueconf.mailhandler.poller.EmailHandlerBean.userName=*************conf.mailhandler.poller.EmailHandlerBean.pollingInterval=300000conf.mailhandler.poller.EmailHandlerBean.partialFetch=trueconf.mailhandler.poller.EmailHandlerBean.forceImapLogin=falseconf.mailhandler.poller.EmailHandlerBean.debug=true Raj
Summary: I am running into an error in a lower environment when trying to use validateemailaddress from People Functions plug-in and getcontentbyattribute from Content Tools plug-in. Both functions were working a few days ago and are currently working in the higher environment. Input: a!validateEmailAddress("test@email.com") validateEmailAddress("test@email.com") Output: "Expression evaluation error at function a!validateEmailAddress: The function a!validateEmailAddress is unavailable." ***Same error for getcontentbyattribute "Expression evaluation error at function 'validateEmailAddress': The function 'validateemailaddress' is unavailable." Steps Already Taken 1. Update People Functions plug-in in the lower environment 2. Update Content Tools plug-in in the lower environment 3. Use different casing on the function: validateEmailAddress() & validateemailaddress() 4. ADDED: Use prefix o
Hi, I have a requirement where an excel report needs to be generated as part of a export functionality. This excel report should have Header, Body (to be extracted from database) and Footer contents. I am using Export DSE to Excel smart service to generate the extract using Header and Body contents. I am having a tough time in populating the values for footer. Sample of the expected excel report is provided below. Here, Generated By and Generated On along with its respective values (xxxxx and yyyyy) are the footer details that should be available in the excel report when it is generated. Please note that Generated By and Generated On is just an example that I have provided here. It can be anything based on client's requirement which needs to be populated for each excel report. How can I achieve this requirement ? Regards, Deepak
I'm working through the step-by-step guide for building an app, and I'm having trouble with something on Exercise 10: Process Modeling 101, Part 1. The guide tells me to open the AX Add Vehicle process model, click the Properties button, navigate to the Variables tab, click the record variable, and update the name to vehicle. Which I did: Next, the guide instructs me to click the Expression Editor icon next to the Process Display Name field, open the rule in a new tab, and change the name of the record rule input to vehicle. Which I did: I saved changes, as instructed, and returned to the process model. In the expression, I deleted record: pv!record and replaced it with vehicle: pv!vehicle: Finally, I'm instructed to navigate to the Process Start Form tab and make sure the rule inputs and values for this interface are vehicle and cancel. Cancel is there, but vehicle is still record: I changed the drop down to show vehicle from whatever it was sho
We want to display dynamic column values (e.g. if a field is a picklist, date, datetime, boolean, user picker, text, integer)
Hi, I want to be able to unselected all the labels that appears in the legend by using a button or any other way. I do not know how to have access to the variable that store a value to know if the label has been selected or unselected. For example, in the first picture there is only 3 label selected, so the graphic show the 3 data lines, every one related to its own label. In the second one, one of the label has been unselected, so the data related to this one does not appear in the graphic. I would like to know how to have access to this parameter so I could make this change without the needing of clicking the label directly. Thanks in advance. PS: here the piece of code that define the linechart, if it is helpfull. a!lineChartField( label: "Forecast", labelPosition: "ABOVE", categories: { union(local!data.date, local!data.date) }, series: { a!forEach( items: union( local!data.consumable, local!data.consumable ), expression: { a!chartSeries( label: fv!item, data
Hi All, How can we achieve DocuSign or Adobe Sign over email. we have a use case, where a mail will be sent to an user, and the user has to sign the document to confirm the receive of the mail. We are using On-Prem version 22.1. Thanks in advance. Warm Regards Vineeth
I have an action in a record type. I've set up a very simple visibility rule for it, but it behaves weirdly. The record type has a field Canceled of type Boolean and it cannot have null values. The visibility rule is configured to show the action only if it's not canceled. The action is available for users in a read-only grid and in a Related Actions tab of record's overview. There's always correct behavior in the Related Actions tab. In the read-only grid the action is shown only if I add a check for NULL to its visibility rule. And in that case the actions is always visible in the grid, no matter if it's canceled or not. So it behaves like Canceled is always NULL, though there's always a value. What might be causing this problem? We are still on Appian 21.4 hosted in our environment, not sure if it matters.
Hi, Whenever I'm trying to use any actions under File system for Appian RPA ,simple actions like "Copy file/folder" ,"Get Properties of file" there's always an error being thrown .Any help/suggestions would be appreciated.
Hi All, Could someone please help me understand the difference between data Sync and immediate data sync for record type. I was referring "https://docs.appian.com/suite/help/20.4/Record_Type_Object.html#data-sync and in that I am confused with the topics "Data sync" "Updating synced record types" Under "Data sync" the below criteria is given: You should only enable sync for your record type if: Your source data changes infrequently outside of Appian and it doesn't need to be synced into Appian more than once a day. Where under the topic "Updating synced record types" it talks about immediate update? Thanks Faisal
Hi I Am having value as "USA|UK|Canada" like this but i want to remove the "|" from the text and create a array as {USA,UK,Canada} so that i can write data into DB as each entry. Can someone help here
How to catch default error when invalid datetime format entered in dateTimeField?. If we catch the error it will be useful to validate for other dependencies like to enable/disable button. Eg: How to save the default error message in a variable which we found red colored text in the below screenshot?
I have to generate invoice using internationalized characters. Any one have any idea how to do this. Thanks in advance.
Hi all ,encounter below error when using Send Email smart service. `Failed to send email`, Then i go to check error log see above yellow part error message: `452 Too many recipients received this hour`wait for a while,it can work fine.looks like it can be configured in somewhere for recipient limitation.anyone has suggestions?
Hi, We have appian hosted on-prime and its single signon. I wanted to capture all the users based on AD role they belong to. Can anyone help me how to achieve this. Thanks in advance.
Hi All, One task is assigned to a group and it contains multiple user. If any one the user accept the task, whether the same task is visible to other members task inbox or not. kindly confirm. Thanks in advance.
I have checked the group securities, the task is getting assigned, but when the task is opened from the task list access denied error is shown, process model security is also checked. Can anyone help me out?
Hi!I successfully sent a email via Send E-Mail node, the "To" (email main recipient) received the mail, but the "CC" (mail group from outlook) didn't receive a mail. There is no error in my monitoring .
Hi, I have used the Text Doc from Template smart service to pass text to my document by using ###tag###. I have checkbox fields in the document, is there any way i can pass the yes/no value to the checkboxes from Appian so that the document is generated with filled checkbox fields? Thanks in advance!
Hi All, Is it possible to Zip a folder with multiple files and share the same to SAP. we are using on-prem version 22.1. Thanks in advance. Warm Regards Vineeth
Hi All,We have an issue while trying to publish the Data Store.Couple of points to give you a background: Appian User is not assigned with proper Default DB Schema - the schema where all of the tables and views are held - (Therefore we're using Synonyms) After upgrade to Appian 22.4 we're unable to Verify / Publish the data store We have found the workaround by adding schema annotation to all CDT XSD <xsd:appinfo source="appian.jpa">@Table(name="TABLENAME", schema="SCHEMA"). This workaround fails however when the CDT in question has 'primitive array'. In such case Appian creates a related table for the 'array' field.Because those tables were created in another schema we now cannot publish the entire Data Store. We have multiple such tables, therefore we would appreciate any help (Other than changing the default schema - which is currently not an option in our business case). Can you please advise if you
Hello guys, I failed for the developer exam for the second time now. I studied for the Appian developer test for 180 hours, but i still failed the exam TWICE now. I'am lost i feel like i know everything but the way the questions are formulated is very hard. I just want to review the exam so i can maybe change my studying style. i used the exam checklist, i studied the developer course, i took the practice test 12 times and i studied the appian documentation. ANY TIPS? thanks.
In Python, how can I practise polymorphism? Assume we have a very basic version of the option pricing algorithm that requires just three inputs (option type, spot price, and strike price) to compute the intrinsic value of our option. Please see the example code below. from abc import ABC, abstractmethod import attr @attr.s(auto_attribs=True, frozen=True) class Option(ABC): strike_price:float @abstractmethod def price(self, spot_price: float): raise NotImplementedError("This method must be implemented in the subclasses.") class Call(Option): def price(self,spot_price: float) -> float: return spot_price - self.strike_price class Put(Option): def price(self,spot_price: float) -> float: return self.strike_price - spot_price def calculate_option_price(option_type:str, spot_price:float, strike_price:float) -> float: if option_type == "CALL": return Call(strike_price=strike_price).price(spot_price=spot_price) elif option_ty
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.