Running a group

Opening several hotels at once

For a portfolio, send the room list as a spreadsheet rather than running the form twenty times.

Twenty hotels through a form is a week of clicking and a week of typos. For a portfolio, the same information goes in as two spreadsheets:

It is always run as a dry run first, which prints exactly what would be created and writes nothing. Bad rows are named and refused before anything happens — a room type with no rate is refused outright, because it would make a hotel that looks created and cannot be sold.

Each hotel is created staged, and a hotel whose code already exists is left alone, never overwritten. So a second run after fixing three rows touches only those three.

Ask your Asar contact to run it; it needs the room list, not access to anything of yours.

More in Running a group