This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const PDI_TEMPLATE = 'TEMPLATE_URL'; | |
const PDI_TRACKER = 'TRACKING_SHEAT'; | |
const MAIN_SHEET_NAME = 'Orientações Gerais'; | |
const USER_EMAIL = Session.getActiveUser().getEmail(); | |
const DIALOG_SIZE_H = 150 | |
const DIALOG_SIZE_W = 400 | |
function open() { | |
SpreadsheetApp | |
.getUi() |
OlderNewer