Updated Articles

  1. Technicians - Active

    SELECT c.RPwebservicesActive, c.Contactname, c.username, c.password, c.ID,c.CustCodeLink FROM tblContact c   INNER JOIN tblInvMas IM ON C.ID = IM.ContactID ORDER By Contactname
  2. RP2 (RentalPoint for Windows version) Release Notes

    Access to the latest release is free with a current SSAP/Cloud subscription RentalPoint Cloud clients should email support@rentp.com to request an upgrade to your server Click here to Register for SSAP downloads RentalPoint3 release n...
  3. Keyboard Shortcuts

    OPTION FUNCTION KEY CTRL SHIFT ALT Duplicate Booking F1   Quick Look F2 New Inquiry F3 Change Operator F3   Open F4 Print Booking Hardcopy F5 Acc...
  4. DocuSign

    How does it work? RentalPoint provides functionality to request a digital signature from clients for Fast Report custom documents produced in RentalPoint (i.e. Quotes, Booking Hardcopies etc) by integrating with DocuSign software! Requirements ...
  5. Product Setup

    The Product Record Add/Edit Products To add, edit duplicate or delete items in your inventory tree you can use the buttons located on the right side of the F10 window, or you can use the right click options. General Tab  This section is use...
  6. Rental Items not returned between date range

    /* All gear that didn't make it back from a show within date range, include warehouse status of the booking */ DECLARE @StartDate AS VARCHAR(20)  DECLARE @EndDate AS VARCHAR(20)  SET @StartDate = '2024-03-30' SET @EndDate = '2024-07-01' sele...
  7. RFID in RentalPoint

    Radio Frequency Identification is a method if tracking equipment leaving and returning to the warehouse, without the need to physically scan in and out each item.
  8. RentalPoint Registration and Software Upgrades

    Register your company for access to RentalPoint upgrades
  9. The Inventory Setup Window

    Set up Rental Inventory
  10. Invoices Outstanding

    /* Shows all invoices with outstanding balance based on closing date with an outstanding amount greater than InvValue */ DECLARE @ClosingDate AS  VARCHAR (20) DECLARE @InvValue  FLOAT SET @ClosingDate = '2024-2-1' SET @InvValue = 1 SELECT B.b...