Home Icon

LiquidFiles Integration

This project involved the integration of LiquidFiles with Salesforce and ServiceNow. The goal was to automate the generation of file shares in LiquidFiles when Opportunities in Salesforce reached a specific state, and to link these file shares to corresponding orders in ServiceNow.

Key Features

  • Trigger in Salesforce to generate file shares when Opportunities hit a specific state.
  • Linking file shares to corresponding orders in ServiceNow.
  • Scheduled job to clean up old file shares 60 days past the closed date.
  • Extensive use of APEX classes in Salesforce for implementation.

What I Learned

This project deepened my understanding of Salesforce's APEX programming language and its integration capabilities with external systems like ServiceNow. I learned how to create efficient triggers and scheduled jobs in Salesforce to automate workflows and maintain data integrity.

Additionally, I gained experience in cross-platform integration, ensuring seamless communication between Salesforce and ServiceNow. This project also enhanced my skills in designing scalable and maintainable solutions for enterprise environments.