
//samlplecode
ExportToCSV_1.exportReport();
//samplecode
var teamInfo = Application.getTeamsInfo();
for(var i = 0; i < teamInfo.length; i++){
if(teamInfo[i].name === 'Team_ExportAuth'){
Button_1.setVisible(true);
}else{
Button_1.setVisible(false);
}
}
//samplecode
var userInfo = Application.getuserInfo().id;
if(userInfo === '(ユーザーのID)'){
Button_1.setVisible(true);
}else{
Buttone_1.setVisible(false);
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
8 | |
7 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 |