Code Monkey home page Code Monkey logo

avertra-rpa-assignment's Introduction

Files And Access

CRM Portal

CRM URL : https://crm-simulator.vercel.app/

Username: Admin

Password: Admin

sales.xlsx

Tab 1 : The Sales sheet containes a set of records with sales , values and profits.

Tab 2 : this is the output tab where you need to set the new values.

CRM RPA Assignment

the goal from this assingment is to have a sheet with payment records matching the CRM on the output tab of the same sheet.

  • Start from the Sales sheet where values might be not matching the records on the CRM portal.
  • you need to calculate the profit after checking the amount
  • the account id is you field to use in the search field
  • you need to use the output tab (Tab 2).
  • you need to read the first tab record by record and find it on the CRM

before you add any record to the sheet you need to check if the account is BlackListed using the BlackList Service

BlackList Service

URL (GET): https://avertra-academy.herokuapp.com/card/check?id=<ACCOUNT_ID>

Not Blacklisted

{
    "result": false
}

Blacklisted

{
    "result": true
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.