-
Recently active
Appian's Rich Text component doesn't seem to render or handle extended ASCII char very well. In the above example we can see the same text rendered. Ideally we would like to display these text in a mono spaced manner. In addition to mono space issue; there also appears to be a vertical spacing issue. Is there a way to configure a rich text component so it complies with ASCII extended chars better?
Hi All, Please help me on this error a!localVariables( local!listOfAmendments: if({ index( index( rule!ISR_er_PopulateAmendmentsInExecuteMeetingDataSubset(meetingId: ri!meetingId), "data", {} ), "amdId", {} ) = index(rule!ISR_qry_GetISRAmendmentPrimaryReviewers( meetingId: ri!meetingId, primaryReviewer: ri!primaryReviewer, isActive: true ),"amdId",{}) },rule!ISR_er_PopulateAmendmentsInExecuteMeetingDataSubset(meetingId: ri!meetingId ),{}), /*(Amendment Number, Amendment Reason, Proposal Reference Number, */ /*Study Title, Primary Investigator, Medical Scientist/Proposal Champion (from GIL-134), */ /*Currency, Budget, Slides (Slide for the Amendment) (GIL-263))*/ local!tableAmendmentGridStart: " Amendments to be Reviewed: TA Ref # PI Country Study Category ", local!tableAmendmentGridEnd: " ", local!amendmentsGrid: a!forEach( items: local!listOfAmendments,
Hi Team, I'm facing a cascading problem when performing manual deployment. The processModel [id= uuid=...] was not imported because a required precedent is missing: content [uuid=_... location=Process Model Expressions (Rules)] cannot be found. (APNX-1-4070-001) (APNX-1-4071-006) The linkage is like, processmodel has a process start form interface and that interface calls other interface. All the precedents were added to the package, still facing this issue.
Hi All, last part of Developer course is optional. I wonder how it may affect final exam?
Hi all , Can we update view by adding functionality of group_concat to a field .If yes, Can you please instruct me how to do? CREATE ALGORITHM=UNDEFINED SQL SECURITY DEFINER VIEW `ISR_v_MeetingProposals` AS SELECT `mjs`.`meetingId` AS `MeetingId`, `mjs`.`studyRequestId` AS `StudyRequestId`, `mjs`.`sortOrder` AS `SortOrder`, `sr`.`referenceNumber` AS `ReferenceNumber`, `sr`.`studyTitle` AS `StudyTitle`, (select group_concat(distinct `ta`.`name` separator ';') from `ISR_TherapeuticArea` `ta` where `ta`.`therapeuticAreaId` in (select `srt`.`taId` from `ISR_j_StudyRequest_TherapeuticArea` `srt` where `srt`.`studyRequestId` = `sr`.`studyRequestId`)) AS `TherapeuticArea`, `c`.`name` AS `countryName`, `c`.`code` AS `countryCode`, `cc`.`code` AS `currencyCode`, `ss`.`totalAmountRequested` AS `totalAmountRequested`, `ss`.`convertedTotalAmtRqsted` AS `convertedTotalAmtRqsted`, concat(`srp`.`firstName`,' ',`srp`.`lastName`) AS `PrimaryInvestigator`, `sr`.`medicalScientist` AS `medicalScient
Hi All, I am using stored procedures for my grid.If I update the values in the task those updated values are not coming in the stored procedures still it is showing old values.How can I get updated values of task in store procedures
Receiving the following error on the Interface I am working on.: "Expression evaluation error: Syntax error. Details: Expression evaluation error at function a!columnsLayout parameter 1 [line 285]: Keyword and non-keyword arguments must not be mixed. Used in: columnlayout." Code mentioned is as follows:
My site is not working and it shows this below message. what should I do for reactivate my site. Message:---------- My Community Edition Site:- "When your environment is available, you will receive an email with your credentials. Return here to check on your request status."
When creating a new record with a user field, I want the field the field to initially be set to the current logged in user. I need to be able to clear that field and select a different user if applicable. In all of the functional variations I've tried, I can set a default value, but it will not allow me to change the selection. If I click the X to clear the selection, it just repopulates with the logged-in user. I've tried variations of the following: a!pickerFieldUsers( label: "User", labelPosition: "ABOVE", maxSelections: 1, value: if ( isnull(ri!record['recordType!{...}BWTA Event.fields.{...}user']), loggedInUser(), ri!record['recordType!{...}BWTA Event.fields.{...}user'] ), saveInto: ri!record['recordType!{...}BWTA Event.fields.{...}user'], required: true, validations: {} ), I've reviewed many discussion threads, but either my available options do not match or they do not pertain to the create action. I review
Hi All for the attached code it is showing the error attached. The attached code will saved into "Country " variable Of type textCould you please help merule!ISR_er_displayCountryNameById( countryId: index( rule!ISR_qry_GetAddressInfo( type: cons!ISR_REF_CODE_ADDRESS_TYPE_PRIMARY_RESEARCHER, typeId: index( rule!ISR_qry_GetPersonDetailsbyStudyRequestId( studyRequestId: pv!studyRequest.studyRequestId, ).data, "studyPnId", null ) ).data, "countryId", {} ) )
In the expression rule, we can see 3 output values (Formated, Raw, Expression). When I am processing a text with white spaces it is show the text without extra spaces. When I check the same in Raw I can see that extra space. I want to get exact text which I am getting instead of formatted one. Raw output :
I would like to know how to create a new Lower environments like Dev, Test or UAT from Appian PROD environment?
Hello, How can I remove the 'X' close button of the dialog. When creating a record action, the dialog doesn't has a 'X' close button. The dialog made by record action has 'X' close button by default. Is there a way that I can remove this? When I close the screen, I want to make sure that a specific function is executed in the process. for thatIt seems to be necessary to close the screen only through the close or cancel button, not the 'x' button. Thank you.
Hi Team, How can identify the users that have created the accounts recently or per month on Appian.
Hello everyone I am using HTML to PDF (Page Number and Custom Fonts) Smart Service, in the data configuration there is a font document, I want to see an example on what is the font document? Can anyone help me? Thanks
Hi, how can I print duration in Appian? Is there any function?
Hi,Is there a way we can disable few items inside a dropdown? I need to show few litem inside a dropdown and should not allow to select those values. Is this possible in Appian dropdown control? TIA
Hi, In Appian how to restrict Confidential/Restricted data from being cached on user's local disk. Anyone know what kind of values will be passed for the below HTTP headers when we use Appian sites/pages Cache-Control: Pragma: Expires:
Hi, Can You please suggest, How to install appian common object application for appian cloud users.
Hi Team, Can we provide an export option for the read-only grid that we have generated using a rule? If not, what would be the workaround for this?
Hi. How to create different pipelines using appian and provide constraints and conditions on the same?
Hi everyone i have an error that i dont understand , why it is throwing this error when i am debbuging the process ? it s even not showing errors in the console . so how can i know what is the reason of this problem ? everything worked before , i dont know what happen ? anyone know what i need to do ??
Hi Team, I am in the learning phase of Appian RPS, I wanted to know how we revert the changes done to my Robotic tasks, Can we revert RPA robotic tasks to the previous version or date if so then how? Many thanks, Mohammed Khaiserulla
Hi Experts, I want to insert Emojis and special characters with text . Is there any way to insert in Database? 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.