Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • ProntoPlus

  • Web Integration Toolkit (WIT)

Info

ProntoPayments 2024 Q3 release notes are not available yet. For the latest version, see ProntoPayments v2 section

Info

Importance Notice

  • ProntoPlus 2.89 - 2.93 versions are the test packages or do not install packages, therefore, it is not included in the release notes. The only changes we made are in version 2.94.

ProntoPlus

2.94 (26/7/2024)

URL: /packaging/installPackage.apexp?p0=04tGA000004N7QL 

...

  • Opportunity Receipt Number Auto-Number

    • NOTE: After installing this version, do this configuration

    • When installing the new ProntoPlus version to a clean org,

      • On the Opportunity object, a NEW Receipt Number (auto-number) field is created where the starting number is 1

      • Whenever an Opportunity record is created, the value of the Receipt Number (auto-number) field will be incremented by 1 automatically

      • When generating and sending a receipt,

        • The receipt number of the receipt will be based on the Opportunity’s Receipt Number (auto-number) field

    • When installing the new ProntoPlus version to upgrade the current version to an org,

      • On the Opportunity object, a NEW Receipt Number (auto-number) field is created where the starting number is based on the ProntoPlus Settings custom setting’s Next Receipt Number field

      • Whenever an Opportunity record is created, the value of the Receipt Number (auto-number) field will be based on the ProntoPlus Settings custom setting’s Next Receipt Number field

      • When generating and sending a receipt,

        • The receipt number of the receipt will be based on the Opportunity’s Receipt Number (auto-number) field

Web Integration Toolkit (WIT)

1.94 (19/07/2024)

URL:/packaging/installPackage.apexp?p0=04tJ1000000gNej

...

  • Auto-filled Credit Card Validation is not working

    • If the user auto-fills the credit card details

      • If the mouse hovers over the Expiry Date (MM/YY) and changes the value with an incorrect Expiry Date (MM/YY)

        • When the Screen Flow Standard Button is clicked,

          • The screen proceeds to the next error screen “Invalid payment. Please try again”.

    • If the user manually inputs the credit card details;

      • If after the Cardholder Name is inputted, using the Tab key inputs the Card Number, the Expiry Date (MM/YY) value with an incorrect Expiry Date (MM/YY), and the CVV number

        • When the Screen Flow Standard Button is clicked using the Tab key,

          • The screen proceeds to the next error screen “Invalid payment. Please try again”.

    • If the user auto-fills the credit card details with the correct Expiry Date (MM/YY),

      • When the Screen Flow Standard Button is clicked;

        • The existing functionality occurs

    • If the user manually inputs the credit card details with the correct Expiry Date (MM/YY),

      • When the Screen Flow Standard Button is clicked;

        • The existing functionality occurs

    • If the user manually or auto-fills the credit card details with incorrect Expiry Date (MM/YY),

      • When the Give Now Button is clicked,

        • The existing functionality occurs

...

  • Click the Setup Gear ⚙️ > Developer Console > Debug > Open Execute Anonymous Window

    • Paste this code: ProntoPlus.GlobalFunctions.createReceiptNumberField();

  • It will create the Receipt Number located in the Opportunity Object

    image-20240726-075636.png
  • Make sure to give access to the new Receipt Number (auto-number) field

    • Setup > Users > Profile > System Administrator > Object Settings > Opportunity
      image-20240726-075804.pngImage Modified

  • Add Receipt Number (auto-number) field in the Opportunity Page Layout

    image-20240726-082539.png
  • When installing the new ProntoPlus version to a clean org,

  • When creating a new Opportunity record, a new Receipt Number (auto-number) field is created where the starting number is 1

    image-20240726-083351.png
  • When installing the new ProntoPlus version to upgrade the current version to an org, a new Receipt Number (auto-number) field is created where the starting number is based on the ProntoPlus Settings custom setting’s Next Receipt Number field

    image-20240726-083516.png

    image-20240726-083542.png

...