Version 10.8 Platform
From AgileApps Support Wiki
Revision as of 05:30, 22 March 2017 by imported>Aeric
See also:
April 2017 Release
Deploying AgileApps assets using webMethods Deployer
Mass view print
Digital signature
MySQL v5.7 Enterprise Edition and Clustering certification
Bug Fixes
March 2017 Release
Bug Fixes
February 2017 Release
Bug Fixes
- LJP-2753
- SI# Number - 5265453
- Deleting the fields of the type 'FileField' in an object displays an exception.
- Deleting the fields of the type 'FileField' displays an ArrayIndexOutOfBound exception if the files are attached to at least one of the object records.
- This issue is resolved.
- LJP-2817
- SI# Number - 1133783
- The non-English characters present in the names of the users created on the EU cloud through single sign-on are replaced with question marks.
- This issue is resolved.
- LJP-2807
- SI# Number - 5266825
- The layout rule for clicking the radio button does not work properly.
- This issue is resolved by changing the event from 'click' to 'change'.
- LJP-2550
- Entering simple text in the email field does not display an error message.
- Email field accepts any text as email id when creating a new Team Object.
- This issue is resolved.
- LJP-2799
- SI# Number - 5259123
- The execSQL Java API is not working for the SQL query with "\'".
- This issue is resolved. Now the execSQL API uses "\\'".
- LJP-2502
- The emails received for data export do not have digital signatures.
- This issue is resolved. Now the emails sent from AgileApps are digitally signed.
- LJP-2645
- SI# Number - 5261714
- 'Filter By Date' and 'Filter By Field Value' fields created on the View do not work properly.
- This issue is resolved.
- LJP-2685
- SI# Number - 5264216
- Saving the layout rule twice removes the Else block from the layout rule.
- The mandatory field and the optional field counters in the layout rule refer to incorrect values.
- This issue is resolved. Now, the counters refer to right values.
- LJP-2426
- SI# Number - 5258067
- The third party APIs remove the whitespaces from the record fields while converting XML to JSON.
- This issue is resolved by adding a new JAXBXmlProvider API in JAXB."
- LJP-2509
- The content type of email is set as HTML.
- HTML code appears in the emails in the virtual machine for user creation, import completion status, package deployment, and sandbox creation.
- This issue is resolved.
- LJP-2711
- SI# Number - 5264671
- Unable to log on to the EU cloud using single sign-on.
- The additional note introduced on the EU cloud requires a mandatory cookie parameter. But the 'AWSELB' cookie parameter has an issue and hence, not included in the SAML requests.
- This issue is resolved by changing the configuration of the 'AWSELB' cookie parameter on the AgileApps load-balancer.
- LJP-2572
- Clicking 'My Photo' multiple times darkens the background screen.
- This issue is resolved.
- LJP-2667
- SI# Number - 5262907
- The filtering criteria for the roll-up summary fields do not work properly on the subscriber tenant if the same filtering criteria exist for the publisher tenant.
- This issue is resolved. Now the filtering criteria for the roll-up summary fields on the subscriber tenant works properly.
- LJP-2702
- SI# Number - 5263829
- Saving a record displays an error message.
- Updating the summary fields associated with the synchronous roll-up displays an error message.
- This issue is resolved.
- LJP-2240
- SI# Number - 5254194
- The synchronous roll-up on on-premises installation displays an error.
- Updating the summary fields associated with the synchronous roll-up displays an error message.
- This issue is resolved.
- LJP-1874
- The messages for Localization, Actions, Merge, Case, and History appear in German for English users.
- If a record in the history description of an English user is merged with that of a German user, then the messages appear in German.
- This issue is resolved.
- LJP-2758
- Unable to select the 'Retain source case' option in the Object properties of the cases object.
- Selecting the 'Retain source case' option in the Object properties of the cases object in the Service Desk application displays an error message.
- This issue is resolved.
- LJP-1246
- The CREATE MY ACCOUNT button on the registration page of the third part installation is not rebranded.
- This issue is resolved by applying new style to the CREATE MY ACCOUNT button.
- LJP-2757
- SI# Number - 5263835
- Unable to select any âDefault Applicationâ as a Role in the LDAP Configuration.
- No other âDefault Applicationâ other than the first selected âDefault Applicationâ can be set as a Role in the LDAP Configuration.
- This issue is resolved by removing âonChangeâ event from the Role.
- LJP-2333
- SI# Number - 5256303
- The hyperlink in the email 'Reset forgotten password' does not display the security question completely.
- The 'Reset forgotten password' template was not rebranded.
- This issue is resolved by rebranding the template.
- LJP-2693
- A gap appears between check boxes and values in the team lookup view.
- The gap between the check boxes and the values appears due to the misplacement of columns in the team lookup template.
- The issue is resolved by aligning and styling the columns properly.
- LJP-2748
- DATESUB() function doesnât work when the time field has hour or minute.
- Unable to display the datetime field properly when the function is DATESUB() and the time is provided in hour or minute.
- This issue is resolved by adding a validation to update the formula field properly, when hour or minute is provided as time for the DATESUB() function.
- LJP-2699
- DATEADD() function doesnât work when the time field has hour or minute.
- Unable to display the datetime field properly when the function is DATEADD() and the time is provided in hour or minute.
- This issue is resolved by adding a validation to update the formula field properly, when hour or minute is provided as time for the DATEADD() function.
- LJP-2496
- SI# Number - 5259843
- The special character '&' appears in the dropdown list of a sub form.
- The special character in the dropdown list appears because the label in the dropdown list was not encoded or decoded properly.
- This issue is resolved by decoding the content.
- LJP-2683
- Unable to start, complete, or continue the process in the activity modeler when 300 to 400 concurrent users are accessing the application.
- This issue is resolved by replacing the processEngineConfiguration bean in the activiti.cfg.xml with the following:
- <bean id=""processEngineConfiguration"" class=""org.activiti.spring.SpringProcessEngineConfiguration"">
- <property name=""dataSource"" ref=""dataSource"" />
- <property name=""databaseSchemaUpdate"" value=""true""/>
- <property name=""processDefinitionCache"">
- <bean class=""com.es.activiti.cache.ActivitiCache"" />
- </property>
- <property name=""jobExecutorActivate"" value=""true"" />
- <property name=""transactionManager"" ref=""transactionManager"" />
- <property name=""beans"">
- <map>
- <entry key=""run"" value-ref=""classRunner"" />
- </map>
- </property>
- <property name=""idGenerator"">
- <bean class=""com.es.activiti.CustomIdGenerator"" />
- </property>
- </bean>"
- LJP-2170
- The scheduled job counts the Disabled Calendar Based data policy.
- The maximum number of scheduled jobs that can be executed per day exceeds the limit because the scheduled job counts the Disabled Calendar Based data policy.
- This issue is resolved. Now the Disabled Calendar Based data policy count will not be a part of scheduled job count.
- LJP-1863
- SI# Number - 1128659
- Unable to access the URL: http://rndb1.longjump.com/networking/sites/1843353821/ne/pages/neRTPlistTest.jsp.
- Clicking the URL calls an API to retrieve the records. The SQL query generated when calling the API displays an error message.
- This issue is resolved.
- LJP-2641
- SI# Number - 5262223
- The HTML converter is unable to decode the HTML code in the email subject field.
- This issue is resolved by correcting the encoding of the email subject field content.
January 2017 Release
Bug Fixes
- LJP-2608
- SI# Number - 5262364
- Unable to print the downloaded document.
- The alignment of the downloaded document is improper if the display label for a field has more than 64 characters.
- This issue is resolved.
- LJP-2572
- The background screen gets darker when clicking the 'my photo' multiple times.
- This issue is resolved.
- LJP-2550
- While creating a new Team Object, email field is taking any value as emailid without any error.
- The issue is resolved
- LJP-2686
- The views of the case and the casetype objects displays more space between the checkbox and actions.
- This issue is resolved by providing static widths to checkbox and actions.
- LJP-2634
- SI# Number - 1132364
- The information on the screen is aligned to center.
- The space between the checkboxes and the action items is more if the information is aligned to center.
- This issue is resolved by setting the text alignment as left.
- LJP-2687
- The column header in the case view is invalid.
- The 'Action' column in the case view displays the user's profile picture.
- This issue is resolved by providing proper conditions for accessibility and non-accessibility modes.
- LJP-2658
- SI# Number - 5263226
- Assigning the Regular User access profile for a newly created user displays an error.
- If a user with a custom access profile assigns the Regular User profile access for a newly created user, then the AgileAppsCloud displays an error message: "You cannot assign an Access Profile that has a permission you do not have."
- This issue is resolved.
- LJP-2678
- SI# Number - 1132882
- The columns of the pop-up table is narrow.
- The column width of the pop-up table shrinks when there is no records to display for a lookup object.
- This issue is resolved by correcting the column related issues in the table template.
- LJP-2030
- Deployment fails for AgileApps assets if package contain class type assets.
- If the class type assets are deployed, deployment for AgileApps assets fails with exceptions.
- This issue is resolved.
- LJP-2299
- unable to view the Dashboard after the cloud update.
- This issues is resolved by correcting JavaScript errors.
- LJP-2663
- The width of the columns in a table shrinks when there is no records to display for a lookup object.
- This issue is resolved by correcting the column related issues in the table template.
- LJP-2331
- Unable to view the contents of the columns in the right side of the table.
- The lengthy content of the columns in the right side of the table go beyond the visible area of the page.
- This issue is resolved by increasing the column width.
- LJP-2376
- SI# Number - 5256591
- Accessing the record displays an error.
- The Custom Access Criteria based permission configured for the objects in a record does not allow the user to access the record even if the logged in user parameters and other parameters are provided.
- This issue is resolved by fixing the issues in the CAC condition with lookup fields.
- LJP-2411
- The error messages generated while submitting a web form without required fields appear in a single line with a
tag.- This issue is resolved. Now each error message appears in a new line.
- LJP-2141
- SI# Number - 5251413
- The 'show less' and 'show more' links in a record is displayed in English.
- This issue is resolved by providing German labels for these links.
- LJP-2334
- SI# Number - 1130347
- Unable to view the column contents.
- The large contents in the columns of a table disturbs the layout of the table. Hence, the views do not display the column contents properly.
- This issue is resolved by correcting the table layout and the column width.
- LJP-2374
- SI# Number - 5255324
- Unable to view the contents of the columns in the right side of the table.
- The lengthy content of the columns in the right side of the table go beyond the visible area of the page.
- This issue is resolved by increasing the column width.
- LJP-2461
- SI# Number - 5259529
- Unable to delete Object fields even after removing the field dependencies in the business rule.
- This issue is resolved.
- LJP-1239
- Unable to send emails using business rules.
- The business rule that is used to send emails using a template does not work when the File and Image fields are selected. This occurs after configuring the external document storage.
- This issue is resolved.
- LJP-2620
- SI# Number - 5262770
- Object name does not appear in the case header.
- Object name for the case type objects does not appear in the
- case header if the 'Add' permission is set to false in the object
- properties.
- This issue is resolved.
- LJP-2015
- Deployer displays an exception when AgileApps assets with unresolved dependencies checked are deleted using Deployer deletion set.
- This issue is resolved.
- LJP-2399
- SI# Number - 5255847
- The reference to the '_sdForm' is not unique.
- The reference to the '_sdForm' in the sub form field scripts is not unique. It is impossible to refer to the current sub form, as the sub form reference and parent form reference conflicts with each other.
- This issue is resolved.
- LJP-2347
- SI# Number - 5240271
- Lookup function for 'user_team' table is not working.
- Unable to return any records for the âuser_teamâ table even after providing proper user id and team id as parameters in the lookup search criteria.
- This issue is resolved. Now the lookup function returns proper values.
- LJP-2514
- SI# Number - 5260569
- The Date or Time fields used in multiple business rules which are executed consecutively fails from the second business rule in the order of execution, as the field formatting is not preserved according to the user's date or time settings.
- This issue is resolved.
- LJP-2369
- SI# Number - 5256180
- Functions.searchRecords API for 'user_team' table is not working.
- Unable to return any records for the âuser_teamâ table even after providing proper user id and team id as parameters in the search criteria of Functions.searchRecords API.
- This issue is resolved. Now the Functions.searchRecords API returns proper values.
- LJP-1935
- SI# Number - 5247461
- External lookup displays same field multiple times if the records are coming from the REST call.
- The response format for multiple records is set multiple times during the REST configuration. Due to this, the external lookup displays the same field multiple times.
- This issue is resolved by setting the response format within a [] bracket. Now the response is set only once during the REST configuration.
- LJP-2493
- Changing the ownership displays a message: " â˘Ownership changed successfully. × Records Changed."
- This issue is resolved. Now changing the ownership displays the count of the records.
- LJP-2544
- SI# Number - 5260221
- The 'More information' link in the Record Locator page for the Custom objects directs to the Welcome page of AgileAppsCloud.
- The issue is resolved. Now the link directs to the Record Locator page.
- LJP-2622
- SI# Number - 1132372
- The text "CSV" in the "Export to CSV" button appears as "$label.csv$" if the language is German.
- This issue is resolved. Now the text appears as CSV.
- LJP-2102
- SI# Number - 1124142
- The error messages do not appear in order.
- The order of the field validation error messages does not match the order of the fields in a form.
- This issue is resolved. Now the error messages appear inline with the fields.
- LJP-2630
- Unable to create a new data query.
- The similar file names of the temporary files create a conflict. Creating a new data query fails when it is unable to find the temporary files by file name.
- The issue is resolved.
- LJP-2410
- Creating a new web form for the objects in AgileAppsLive displays an error.
- This issue is resolved. Now clicking on 'New Web Form' opens the web form creation page without any error.
- LJP-2635
- The German translated label for the string: "You have selected {0} record(s) for mass print" is unavailable.
- This issue is resolved. Now the string appears in German language.
- LJP-2621
- SI# Number - 1132370
- The label of the printer template appears in English.
- A printer template is required to print a view. The label of the template appears in English instead of German.
- This issue is resolved.
- LJP-2615
- SI# Number - 1132355
- The table contents are shifted to right by one column.
- The contents in the related information section's table are shifted right by one column.
- This issue is resolved. Now the content of the table are rendered properly.
- LJP-1832
- SI# Number - 1126805
- Form validation messages are inconsistent.
- The erroneous fields in the record forms are outlined inconsistently.
- This issue is resolved. Now the fields with similar configuration are outlined consistently.
- LJP-1762
- The Type and View fields of the Add Widget page does not have '*' sign.
- The Type and View fields are not marked as mandatory fields. However, leaving them empty displays an error message.
- This issue is resolved by adding the correct CSS class.
- LJP-2619
- The translation label for the 'Case Submitted' alert message title is not working.
- The 'Case Submitted' alert message title in the guest user form appears in English.
- This issue is resolved. Now the title appears in German language.
December 2016 Release
Bug Fixes
- LJP-2549
- SI# Number - 5261045
- The "onChange" field script for the sub form displays an error.
- When a script is specified for the "onChange" function in a field of a sub form, then the reference of "_sdForm[0]" displays an error.
- This issue is resolved. Now the "_sdForm-[0]" reference is defined for a sub form.
- LJP-2586
- The field values in a sub form disappear automatically.
- Editing an unsaved sub form record having multiple check box field erases the field values automatically.
- This issue is resolved.
- LJP-2147
- SI# Number - 1129106
- The exported CSV file displays ',' instead of ';'.
- The language setting of AgileApps is set to German. However, the delimiter in the exported CSV file is not in accordance with the language settings.
- This issue is resolved. Now the CSV file displays the proper delimiter.
- LJP-2446
- SI# Number - 5255015
- Unable to refresh the side view listing menu when closing the pinned record.
- This issue is resolved.
- LJP-2450
- SI# Number - 5259290
- Selecting the check boxes in the sub form displays the error: "data.indexOf is not a function" when performing the following actions:
- 1. Saving the record
- 2. Editing the record
- 3. Creating new records
- 4. Lookup
- This issue is resolved. Now the checkbox appears as 0 or 1 based on the selected state.
- LJP-1843
- The field validation for multi select pick list is not working properly.
- Leaving the required multi select pick fields empty in a record form does not display an error message.
- This issue is resolved. Now proper field validation is performed for multi select pick fields.
- LJP-2419
- SI# Number - 5258452
- Selecting the check boxes in the sub form displays the error: "data.indexOf is not a function" when performing the following actions:
- 1. Saving the record
- 2. Editing the record
- 3. Creating new records
- 4. Lookup
- This issue is resolved. Now the checkbox appears as 0 or 1 based on the checked state.
- LJP-2570
- The process user task form does not highlight the field validation error message.
- This issue is resolved.
- LJP-2253
- SI# Number - 5254157
- Unable to change the ownership of a self-owned record.
- If the âObject access controlâ is set as Custom Access Criteria, then the user cannot change the ownership of a self-owned record.
- This issue is resolved. Now the user can:
- 1. Change the ownership of a self-owned record.
- 2. Change the ownership of an open ownership record.
- 3. Change the ownership of a record owned by a system user.
- 4. Change the ownership of a record assigned to a team.
- LJP-895
- Uploading an image displays a confirmation pop-up.
- Uploading an image as the profile picture for the AAL user profile displays a confirmation pop-up.
- This issue is resolved. Now the user can upload the profile picture directly from the browser window.
- LJP-2323
- SI# Number - 5255965
- The radio button fields in the record of a sub form display an error.
- If the parent object's âUpdate Actionâ is set as False and the parent object has one to many relationship with the sub form objects, then the radio button fields in the record of the sub form displays an error: 'view._hlp(...) is not a function'.
- This issue is resolved by setting the âUpdate Actionâ as True.
- LJP-2548
- SI# Number - 5261043
- The layout rule 'Make fields as required' does not work for a sub form record.
- Leaving the required fields empty in a sub form record should display an error message. However, it saves the sub form record without displaying an error message.
- This issue is resolved. Now, leaving the required fields empty displays an error message.
- LJP-2451
- Keyboard navigation to the view action link and the upload file link is not working.
- The keyboard users are unable to open the view action link on the related information section and the upload file link on the sidebar.
- This issue is resolved.
- LJP-2208
- SI# Number - 1129534
- AWS login as a normal user retains the accessibility mode properties.
- Logging on to the AWS as a normal user retains the accessibility mode. Also, the content of the pinned record does not render properly.
- This issue is resolved.
- LJP-1738
- SI# Number - 1126116
- The following accessibility issues are experienced in the guest user form:
- 1. Issues related to 'logged in user' form
- 2. Issues related to error messages
- 3. Issues related to the focus in erroneous fields
- 4. Issues related to title and close buttons in dialog boxes
- These issues are resolved.
- LJP-2236
- SI# Number - 1129682
- Adding or updating users with existing user names display a generic error message: "Error accessing datastore".
- This issue is resolved. Now, the error message: ""User already exists with this username"" appears when adding users with existing user names.
- LJP-2529
- Adding a new record in a sub form in the accessibility mode displays an error message if the form has multiple check boxes and radio buttons.
- This issue is resolved.
- LJP-587
- AgileAppsCloud server should redirect all http requests to https.
- When AgileAppsCloud works on http, the data traffic is not encrypted over the network. Hence, AgileAppsCloud is prone to security risks.
- This issue is resolved by changing 'http' to 'https' in redirectPort property and adding the following code to web.xml.
- <security-constraint>
- <web-resource-collection>
- <web-resource-name>securedapp</web-resource-name>
- <url-pattern>/*</url-pattern>
- </web-resource-collection>
- <user-data-constraint>
- <transport-guarantee>CONFIDENTIAL</transport-guarantee>
- </user-data-constraint>
- </security-constraint>
- LJP-2530
- The layout rule 'Make fields as required' does not work for a sub form record.
- Leaving the required fields empty in a sub form record should display an error message. However, it saves the sub form record without displaying an error message.
- This issue is resolved. Now, leaving the required fields empty displays an error message.
- LJP-2277
- SI# Number - 5255147
- Unable to perform Sign-On using SAML after the recent cloud release.
- The java library codes introduced in the new cloud release were conflicting with the Singl Sign-On implementation.
- This issue is resolved by changing the conflicting java library.
- LJP-2224
- SI# Number - 5253082
- User can modify the System User details.
- This issue is resolved by restricting the System User modification in the API level.
- LJP-1611
- SI# Number - 5239751
- SI# Number - 5259588
- Unable to display more than 200 entries in a list in the Employees tab.
- The record of an object in the Employees tab has more than 200 related records. However, the list displays only 200 records.
- This issue is resolved. Now, all related records appear in the list.
- LJP-1633
- Unable to set lookup as filter criteria.
- The business rule fails if it has a user lookup object as the last field in the filter criteria with multiple object level.
- This issue is resolved.
- LJP-2481
- SI# Number - 5259923
- If the proxy login is performed twice, then the proxy user is converted in to a real user in the second login.
- This issue is resolved by disabling the nested level of proxy login.
- LJP-2394
- SI# Number - 5257474
- The operator values are missing in the filter conditions when adding the lookup field using a JAVA API.
- This issue is resolved by adding the operator values to the map.
- LJP-2415
- SI# Number - 5257854
- Lookup for delegation does not work for last name.
- Unable to search the user with last name while trying to assign the user as a delegate.
- This issue is resolved by modifying the search query.
- LJP-2416
- SI# Number - 5257859
- User is unable to see proxy user's role.
- If the user's name is lengthy, then the name gets truncated in the header menu. The user is unable to see the active role due to the truncation.
- This issue is resolved. A tooltip title is implemented to allow the users to see the complete truncated text.
- LJP-2506
- Layout rule displays the hidden section along with the error message.
- The layout rule displays the hidden section along with the error message when submitting a form.
- This issue is resolved. Now the layout rule hides the section when the focus is removed from the field where the layout rule is applied.
- LJP-1242
- Added a help message stating that the External Document Storage is not recommended for the tenants with already File/Image field in use.
- LJP-2008
- SI# Number - 1128092
- Printing the excel sheet does not display closing tags in the generated reports.
- This issue is resolved.
- LJP-2265
- SI# Number - 5254944
- Duplicate data in the custom labels of the Translation Workbench displays a generic error message: 'Error Accessing Data Store'.
- This issue is resolved. Now a fixed error message: 'A record with key {key} already exists' appears for duplicate data.
- LJP-2202
- SI# Number - 5253233
- Unable to view the Case Header of the case column in the AgileAppsLive page.
- The Case Header of the case column does not appear in the view if the user does not have the âAdd Recordâ permission for the Case type object. The permission to add a record depends on the Custom Access Criteria.
- This issue is resolved.
- LJP-2050
- SI# Number - 5249808
- Unable to display the composite records using âRetrieve a Record REST Getâ call.
- Searching the composite object record is inconsistent for the enumerated field response.
- This issue is resolved.
- LJP-2139
- The select field for âRelationshipsâ tab in the form is not aligned properly.
- The select field in the âRelationshipsâ tab in the form of the object creation wizard is outside the visible area. Therefore, it is difficult to edit the field values.
- This issue is resolved by adjusting the width of the select box.
- LJP-2389
- The Add Condition dialog box displays recursive fields.
- When creating a business rule to an object, the Add Condition dialog box does not reset the previous field selection. The dialog box displays recursive fields.
- This issue is resolved. Now the recursive fields are not displayed.
- LJP-2343
- SI# Number - 1130378
- Unable to translate the Platform Message box title.
- Translation to German language is not working for the message box title text. While executing macros, the title text of the message box appears in English.
- This issue is resolved. Now the title text appears in German.
- LJP-2290
- SI# Number - 5253153
- The 'Add Record' button is displayed in the sub form even if the user does not have permission to add a sub form record.
- This issue is resolved. Now the 'Add Record' button appears depending on the user privileges.
- LJP-2316
- SI# Number - 5255845
- The 'Add Record' button is displayed in the sub form even if the user does not have permission to add a sub form record.
- This issue is resolved. Now the 'Add Record' button appears only if the user has permission to add a sub record in the sub form section.
- LJP-2000
- Configuring the message server displays an error.
- The Messaging Configuration which creates the server configuration of a messaging channel displays an error. This is due to an error in the SQL script.
- This issue is resolved.
- LJP-2439
- SI# Number - 1131211
- The Process Modler pop-up of the activiti-modeler project displays an error.
- The activiti-modeler project is unable to connect to the database due to the issues in the data source. Due to this the Process Modeler pop-up displays an error.
- This issue is resolved.
- LJP-2372
- Multiple error messages appear in a single line.
- The multiple error messages in a form appear in single line in the setup area.
- This issue is resolved. Now the error messages are appear in different lines.
November 2016 Release
- LJP-2123
- SI# Number - 5250621
- Configuring the messaging server displays an error.
- This issue is resolved. Now the messaging server has a new property ""CacheType"" which will provide the information pertaining to the cache implementation.
- LJP-1995
- SI# Number - 5248641
- Number field displays decimal values in the record.
- The decimal values are displayed when the number field is inherited from a child object.
- This issue is resolved. Now the decimal representation of the number fields is removed from the child object.
- LJP-1872
- SI# Number - 1126992
- Unable to encode or decode the widget title.
- The characters in the widget title gets exchanged while trying to edit the widget. This is due to the presence of German umlauts in the widget title.
- This issue is resolved.
- LJP-2315
- Unable to change the widget view from one column view to two column view.
- The characters in the widget title are exchanged when changing from one column view to two column view. This is due to the HTML tags and the special characters present in the widget title.
- The issue is resolved.
- LJP-2136
- SI# Number - 5251593
- The object view page does not update the record list automatically.
- The custom form actions uses REST APIs to create records. The object view page does not display the updated record list automatically.
- This issue is resolved by correcting the request to refresh the object's view page.
- LJP-2332
- SI# Number - 5255479
- An empty iFrame appears while cancelling the Print in the
- Mass View dialog box.
- This issue is resolved.
- LJP-1969
- SI# Number - 5248629
- AgileApps is unable to handle the SSO headers properly.
- AgileApps is unable to fetch the correct server name from the request. The server name changes if the request has 'X-FORWARDED-FOR' header.
- This issue is resolved.
- LJP-2022
- SI# Number - 5249324
- Unable to send emails through AgileApps.
- The emails sent through AgileApps do not get delivered to the customers. This is because the recipient's email server configuration discards emails from the AgileApps server.
- This issue is resolved by setting 'on_behalf_of_email_disabled=1' in the network properties.
- LJP-2300
- Unable to display the updated tasks on the LongJump dashboard.
- The updated tasks are not displayed on the LongJump dashboard. This is because, the encoding functions for the LongJump are not defined properly.
- This issue is resolved.
- LJP-1867
- SI# Number - 1127082
- Subject validation fails for single quotes (')
- The subject validation rule that involves the count function fails if the field values contain single quotes.
- The issue is resolved.
- LJP-2167
- SI# Number - 252490
- Customer access criteria for âRecord View Actionâ are not working.
- The customer access criteria for âRecord View Actionâ do not work if the 'Update Action' criteria blocks all the users logged in using the login ID '3'.
- This issue is resolved.
- LJP-2250
- Unable to display the first value as the default value in the New form.
- The 'Show First Value as Default' feature for the radio button field does not work if the fields in the New form have read-only property. The same issue occurs in multi check-boxes.
- This issue is resolved.
- LJP-1914
- Unable to save the Field Audit Log.
- Saving the Field Audit Log displays an alert message. This is because the 'Enable Field Audit Log' check-box is cleared while saving the Field Audit Log.
- This issue is resolved.
- LJP-2209
- SI# Number - 1128853
- Error message title is displayed in English.
- The error message title appears in English, but the error message appears in German when trying to assign a record to the user without permission.
- This issue is resolved. Now the error message title appears in German language.
- LJP-2075
- SI# Number - 5250440
- Unable to display German umlauts in the web forms.
- The field values having German umlauts entered through the URL query parameters in the web forms do not appear properly.
- The issue is resolved.
- LJP-1476
- Translation Workbench for English is not working properly.
- The files exported from the Translation Workbench for English language should appear in English. However, the page titles of the exported pages appear in the logged in userâs language.
- This issue is resolved.
- LJP-2182
- SI# Number - 5251766
- Unable to refresh the system object cache when creating a new field in the system objects.
- This issue is resolved.
- LJP-2142
- SI# Number - 1129098
- Unable to add new records to the objects having COUNT function.
- Adding a new record to the objects having formula fields with multiple criteria for COUNT function displays an error.
- This issue is resolved.