Skip to main content

Acumatica eSignature Plugin - New Updates - 2017 Ver 1.5

eSignature for Acumatica, new updates coming soon (Jan 2017), we have enhanced this plugin with configuration screen allowing our users to control how signature is captured.

Proof of delivery feature is most commonly used in the industry and we are constantly looking to enhance this plugin.

UETA and ESIGN Act
Both the United States Electronic Signatures in Global and National Commerce (ESIGN) Act, and the Uniform Electronic Transactions Act (UETA), have four major requirements for an electronic signature to be recognized as valid under U.S. law. Those requirements are:
  • Intent to sign – Electronic signatures, like traditional wet ink signatures, are valid only if each party intended to sign.
  • Consent to do business electronically 
  • Association of signature with the record 
  • Record retention – U.S. laws on eSignatures and electronic transactions require that electronic signature records be capable of retention and accurate reproduction for reference by all parties or persons entitled to retain the contract or record.

eSignature - 2017 Features (Ver 1.5)
  • Configurable screen for Signature Capture 
  • Enable signature capture based on document status (Open, Completed, Confirmed) on Sales Order and Shipment screens
  • Custom reports are now shipped and deployed based on the workflow
  • eSignature page is now mobile friendly, you can sign and capture from your smartphones browser mode with responsive design (see picture)
  • Preview Signature after signing
  • Capable of accepting multiple signatures per document
  • Integrate with email notifications of signed reports in packing list report.
  • Licensing options for SaaS, PCS and PCP enabled
  • Compatible with Acumatica Ver 5.3 and 6.0
  • Extend these reports to B2B Portal

Capture Signature Configuration Settings


Custom Report with Signature 

We will continue to work with Acumatica Partners and Customers in improving our plugin, ask for a free demo of our plugin solution. Visit us at http://www.Info-Sourcing.com


Comments

Popular posts from this blog

Acumatica Snapshots - Uploading and restoring large files

In Acumatica ERP, you can create company snapshots containing your company’s full or partial data. Snapshots that can be saved locally in the same database, or at a specified location. You can import and restore snapshot to another company, in this case test company, it's pretty handy tool very useful during implementations, customization and support/troubleshooting while you work with data. You will occasionally run into few technical issues with snapshots, the newer version now needs you to keep all users logged out and in maintenance mode to take snapshot, link to blog article here. Today we are going to discuss how to export and import snapshots which are larger in file size of above 1GB, this is not a limitation from Acumatica and more to do with constraint and default value set in IIS (Internet Information Server). IIS by default allows uploading of a file size of 1GB and it limits the upload process and it can be tweaked to upload upto 4 GB file size and that's...

Acumatica Import Scenario - Importing Attributes

Acumatica Attributes are type of pre-defined custom fields that users can utilize in capturing data, validating or storing information across Customers, Vendors, Inventory and various other data entry screens such as Leads, Opportunities, Projects, AP, AR etc. There are 5 different attribute types that you can store data in Acumatica Text : A text box into which the user can type text (Control Value 1) Combo : A list box users can use to type or select options (Control Value 2) Not available :) Checkbox : A check box users can select or clear (Control Value  4) Datetime : An element for selecting date and time (Control Value 5) Multi Select Combo : A list box where users can select multiple options (Control Value 6) You can manually configure each attribute by navigating to Configuration --> Common Settings --> Attribute screen and create attributes if they are fewer to keyin, however if you have large set of attributes that you would like ...

USPS Address Validation for Acumatica Cloud ERP - GitHub Project

Address Validation Via USPS-Acumatica API USPS address validation project was developed during Acumatica Summit Hackathon 2017 and shared as Github project Cleanse your address records within Acumatica through USPS API, it's free to use USPS API, setup a new account on USPS website and utilize their user id within our plugin. The Address validation custom package for Acumatica allows to interface with Contact address or any address that you can pass and validate street, city, state and zipcode. Prerequisites You must have USPS account  https://www.usps.com/business/web-tools-apis/welcome.htm Quick Start Register with USPS and obtain an API user account Download the address validation custom package, import into Acumatica and publish the package Proivde access to custom button on leads screen On leads screen you will notice a new button called "Verify address" On click it will open a new window and validate the address on record and display corrected addr...