81 Matching Annotations
  1. Last 7 days
    1. ATTORNEY L IST

      These appear to be "today" values. Not sure if these will include dashes.

    2. IDENTIFIERTYPE

      IdentifierTypes are system wide.

    3. IDENTIFIER

      Identifiers decorate Identifier Types and are effective dated.

    4. CASE T YPE C ONFIGURATION

      Case Type Configuration decorates (Node, Case Category, CaseType) and is effective dated.

    5. D ISCLAIMER C ONFIGURATION

      Disclaimer Configuration decorates (Node, Disclaimer) and is effective dated.

    6. FILING C ODE C ONFIGURATION

      Filing Code Configuration decorates (Node, FilingCode) and is effective dated.

    7. OPTIONAL S ERVICE CONFIGURATION

      Optional Service Configuration decorates (Node, OptionalService) and is effective dated.

    8. PARTY T YPE CONFIGURATION

      Party Type Configuration decorates (PartyType, CaseType) and are effective dated.

    9. NODE LIST

      Similar to location in ECF. These are hierarchical and effective dated.

    10. DateTimeOffse

      This looks to be a date and time with time zone. Values in the example are GMT.

    11. LANGUAGE D ICTIONARIES

      This is the internationalization (i18n) mechanism. Displayable strings exist in one or more culture codes for a specific language.

  2. Mar 2023
    1. Partial Waivers – EFM-4991 (EFSP, CMS)

      Configurable. ECF5. Illinois.

    2. Deferred Date - EFM-4809 (EFSP)

      ECF5.

      Probably just a change to MEF to display the new information.

    1. Infrastructure Requirements

      I believe that we are already doing TLS 1.3.

    2. Authentication Header – EFM-5737 (EFSP)

      Core. May be required for authentication-related micro-services.

      Bug 8224 - Add support for new authentication header

    3. SearchLocationFilter Data Field Configuration – EFM-5586 (EFSP)

      Configurable feature. This is not likely to be used in Indiana as long as Qwest is around. Will be useful in any state that has a single CMS (not sure which ones that would be).

      This affects primarily the search widget.

      We need to implement this in the code fetcher. See Bug 8219 - Add new columns and tables for codes to support EFM 2022.1.2.

    4. File Types and Filing Components – EFM-5366 (EFSP)

      Configurable feature. Not sure if this will be used in Indiana. STAGE is currently configured for PDF only.

      filing_component_code.allowed_file_types

      We need to implement this in the code fetcher. See Bug 8219 - Add new columns and tables for codes to support EFM 2022.1.2.

    5. Locked Accounts – EFM-4822 (EFSP)

      Core feature.

      Minor changes to User Preferences. Bug 8223 - Add support for locked accounts to E-filing User Settings

    6. Required Service Contacts – EFM-4974 (EFSP)

      Configurable. Not sure if this will be implemented in Indiana. Seems like Indiana would be keenly interested, but this is not currently configured in STAGE.

      We need to implement this in the code fetcher. See Bug 8219 - Add new columns and tables for codes to support EFM 2022.1.2.

    7. Refund Reason Codes – EFM- 4817 (EFSP)

      Core functionality (ECF5).

      We need to implement famde_refund_reason_code as a new table in the code fetcher. See Bug 8219 - Add new columns and tables for codes to support EFM 2022.1.2.

    8. Waiver Types – EFM-4821 (EFSP)

      Configurable. Not sure if this will be implemented in Indiana.

      We need to implement this in the code fetcher. See Bug 8219 - Add new columns and tables for codes to support EFM 2022.1.2.

    9. GetPaymentAccountList for Drawdowns – EFM-5045 (EFSP)

      Configurable. Not sure if Indiana will be using this, but Indiana does not currently use them.

      If implemented, there is an array of locations codes for which the drawdown account may be used.

    10. GetFeesCalculation – EFM-4834 (EFSP)

      Configurable. Not sure if Indiana will be using this.

      If this is being used, we'll need to display it in initial and subsequent filing.

    11. Return for Correction – EFM-4816 (EFSP)

      Core functionality. Not sure if Indiana will be using this.

      There is a new status "Correction" in the filing status codes, but we don't see a "Return for Correction" option in the clerk review module.

      Implementation of this may be straightforward if we can make this available through MEF and adding famde_envelope_id (or efm_envelope_id) as a new parameter to the intiail and subsequent filing pages.

    12. Favorites & Defaults – EFM-5671 (EFSP)

      Not required at this time.

    13. In-App Notifications – EFM-5670 (EFSP)

      Not required at this time.

    14. User Authentication – EFM-4824 (EFSP)

      Not required at this time.

    15. Composable Security Model – EFM-5669 (EFSP)

      Not required at this time.

  3. Jun 2022
    1. Location-Specific URLs in GetPolicy – EFM-4808 (EFSP)

      GetPolicy has a URL for the court website.

      Bug 7833 - 2022.0 GetPolicy now has a court specific URL

      Bug 7879 - 2022.0 Add UI support for location-specific court URL

    2. Case Level Address - EFM-4109 (EFSP, CMS)

      Similar to the envelope comments. CasetTypeCode (CaseStreetAddress). Available, Not available, Required. (See EFPS Guide).

      Bug 7832 - 2022.0 Add support for case level address

      Bug 7878 - 2022.0 Add UI support for Case Level Address

    3. Required Optional Services - EFM-3768 (EFSP, CMS)

      Bug 7831 - 2022.0 Optional services can now be required

    4. Prohibit Service Only For a New Party - EFM-4076 (EFSP)

      We already do this.

    5. Rejection Comments for Submission Failure - EFM-4653 (EFSP)

      A small change is needed to cache the value. More changes are needed to MEF. We need to alter the conditions under which we call GetFilingDetails so that we can display this rejection comment. We are not sure how to test this, perhaps by a PDF that submits but fails before the clerk can process.

      We do not currently display the rejection comments.

      We will need to modify the logic of MEF to fetch and display the comment when the status is in one of the applicable states (e.g., ERROR, FAILED, REJECTED).

      We may want to add rejection_comment as a new column to famde_filing_details. This value would be placed there by GetFilingDetails under these new circumstances. We may also want to add a flag field to indicate that this row has been checked for a rejection_comment (i.e., checked while in a terminal status).

      Note that NFRC and Financial report will not affect these rows (since they only care about ACCEPTED filings).

      Bug 7829 - 2022.0 Submission failure now creates rejection comments

      Bug 7877 - 2022.0 Add UI support for submission failure now creates rejection comments

    6. Thisfunctionality is subject to market specific requirements & contractual agreements between Tyler and the courts.

      We believe this is specific to Washington State.

    7. comment for an envelope

      This needs to be added in the back end, and the UI. In the UI, we need to drive its behavior off DFCC. This affects Initial and subsequent Filing.

      Bug 7828 - 2022.0 Add envelope comment Bug 7876 - 2022.0 Add UI support for envelope comment

    8. GetFilingList

      Now that the judge assigned to the case is available in GetFilingList, we could make it available in the application via the webapp (e.g., MEF, and FinancialReport).

      Bug 7827 - 2022.0 Add judge to GetFilingList Bug 7875 - 2022.0 Add judge assigned to the case to MEF

      Note that this may help our future possible interface with CourtCall.

    9. IsUndeliverable

      At the very least, we need to modify the GetXxx calls to return the IsUndeliverable value in all these cases.

      We may also want to modify the webapp to provide a visual indicator that an email address is undeliverable. This will affect Initial and Subsequent filing in the areas related to public and private service contacts, also in the firm admin areas related to the list of service contacts, and users.

      Bug 7826 - 2022.0 Add support for IsUndeliverable flag for blacklisted email addresses

      Bug 7874 - 2022 Add UI support for IsUndeliverable flag for blacklisted email addresses

    10. These APIs now prevent the use of provider fees when the paymentaccount is a drawdown, cash, or a waiver.

      This means, of course, that we can't allow the use of DbD services if the account type is not CC.

      Bug 7873 - 2022.0 Modify Initial and Subsequent Filing to only allow DbD services for CC payment account code

    11. The system now also supports two additional types of payment accounts.

      These additional payment account types do not seem to be used in IN STAGE. We should probably update our code, including the web app, to reference payment account types by code id instead of code words.

      This will certainly affect: * GetPaymentAccountTypeList * GetPaymentAccountList * CreatePaymentAccount * UpdatePaymentAccount * CreateGlobalPaymentAccount

      Bug 7872 - 2022.0 Add UI support for new payment account types

      Bug 7825 - 2022.0 Add support for new payment account types

  4. Apr 2020
    1. allowserviceoninitial

      There are two org chart attributes that work together somewhat:

      AllowServiceOnInitial – This enables the EFileAndServe option in the Filing Type section.

      AllowAddServiceContactsOnInitial – This gives the ability to add service contacts on initial filings, regardless of the Filing Type that’s selected.

      Indiana has these currently configured like below:

      AllowServiceOnInitial = True

      AllowAddServiceContactsOnInitial = False

      As it’s currently configured, as long as the EFileAndServe Filing Type is selected, the ability to add service contacts is available. However, if the EFile Filing Type is selected, service contacts cannot be added to the case or parties.

      So, if AllowAddServiceContactsOnInitial is set to True, that would give the ability to add Service Contacts on initial filings for any Filing Type, not just EFileAndServe.

    2. allowaddservicecontactsoninitial

      See comment on allowserviceoninitial.

    3. allowserviceoninitial

      AllowServiceOnInitial – This enables the EFileAndServe option in the Filing Type section.

  5. Mar 2020
    1. OFS EFMEFM
    2. OFS Server

      0 hours

    3. EFM will now include administrative copy information in the GetServiceInformationHistory Response

      This fixes a bug submitted by David. The code may now work correctly. Needs to be tested to verify that this is fixed.

      Some work on the front end is required for this. Now that the data field is available from the EFM, we now need to make it visible in the application.

    4. File & Serve will no longer return envelopes to the error queue when adding a Service Status page to more than one filing.

      Not us.

    5. File & Serve will no longer fail redaction when case includes minor parties.

      Not us.

    6. EFM will no longer require a location when adding the CriminalFilingFirmAdmin role to a user.

      Not us.

    7. File & Serve will no longer "forget" manually entered case numbers entered in the Case Information panel in the review tool.

      Not us.

    8. File & Serve will no longer require an email for service contacts when not configured to require one.

      Not us.

    9. EFM will no longer leave out redacted documents with no redacted elements from GetFilingDetails.

      Not us.

    10. Case party attorneys are not marked as deleted in certain cases. This happens when a case party has been removed in Odyssey.

      Not us.

    11. File & Serve will now include configuration that will specify the client for redaction. This will be emitted to EFSPs as "redactiondocumenttype" in the locations.xml file.

      Fixed for code fetcher. This does not seem to apply to Indiana at this time.

    12. The EFM will no longer omit service for service contacts not linked to parties in ReviewFiling and ServeFiling requests.

      Not for us. We now allow attaching at the party level and prefer attaching at that level.

    13. File & Serve will no longer throw errors when reviewing envelopes submitted before the 2019.1 update.

      Not us.

    14. File And Serve HTML5 will no longer stop users from submitting Service Only filings that do not include a fee

      Ours works correctly.

    15. File & Serve will once again allow selection of document types when the filing code does not have specific document types linked to it.

      Ours works correctly.

    16. omit

      "omit" is correct. "emit" was suggested as a possible correction, but this was clarified to be "omit", as stated.

  6. Jan 2020
    1. AdministrativeCopy Included in GetServiceInformation and GetServiceInformationHistory –EFM-3051 (EFSP)

      Add support for AdministrativeCopy in GetServiceInformation and GetServiceInformationHistory and GetPublicList.

  7. Dec 2019
    1. Mail Fee AmountEmittedin GetFilingDetails –EFM-3068 (EFSP)

      Add support for mail fee amount to GetFilingDetails.

    2. Location Returned in the GetFilingList API –EFM-3374 (EFSP)

      Add support for OrganizationIdentificationID to GetFilingList.

    3. Case Security Questions(EFSP, CMS)

      Add support for case security questions. I believe that this is a data-driven version of the checkboxes that we currently provide prior to a filing.

    4. Update datafieldconfigs.xml with additional configurations –EFM-3069 (EFSP)

      Add support for these new field configs in Subsequent Filing and Initial Filing.

    5. Ad Damnum Provided in GetCase Response -EFM-3266 (EFSP), EFM-3264 (EFSP)

      Add support for AdDamnum amount in GetCase (and famde_case_detail).

    6. Case Category and Case Type Included in GetFilingList API–EFM-3474 (EFSP)

      Add to list of fields in response message.

    7. Filing Fee Returned in GetFeeCalculation Response API –EFM-3140 (EFSP)

      We should verify that this doesn't break our code.

    8. e WillFiledDat

      New column in CaseTypeCodes.xml

    9. Date Of Deat

      New column in PartyTypeCodes.xml

    10. ReferenceID

      New field in statutecodes.xml

    11. AllowAddServiceContactsOnInitial

      New field in Locations.xml

    12. datafieldconfigs.xml

      New fields in datafieldconfigs.xml.

    13. allowwaiveronredactionvalue

      New configuration field in Locations.xml

    14. redactionfeeattribute

      New configuration field in Locations.xml

    15. enforceredaction

      New configuration field in Locations.xml

    16. Answercodes.xml

      New configuration file, Answercodes.xml

    17. Questioncodes.xml

      New configuration file, Questioncodes.xml

    18. EFM v2019.1 Release Notes

      Hello, world!

    1. BinaryLocationURI

      Note: this documentation is incorrect. It was copied and pasted, incorrectly, from the CMS Guide. It is not possible to pass content to the EFM via URL. All content must be passed via BinaryBase64Object, either as a base64-encoded string, or using an MTOM/XOP reference.

    2. BinaryLocationURI

      Note: does NOT permit sending documents via URL. All document content must be included in the filing. It may be base64 encoded, or, it may be attached as a MTOM/XOP attachment using the BinaryBase64Objecty element.