Opened 7 years ago
Closed 7 years ago
#23 closed task (fixed)
request InvestigationId from ICAT
| Reported by: | zhangjr | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | BL18auto | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description
In the coming version, userId and ProposalId? will be obtained from summary file of control system. InvestigationId? should be existing before writing ICAT.
if userID and ProposalID:
pass
elif userID and not ProposalID:
error
elif not userID and ProposalID:
error
elif not userID and not ProposalID:
commissioning
Subtickets
Child Tickets
Change History (2)
comment:1 Changed 7 years ago by zhangjr
comment:2 Changed 7 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

def getInvestigationId(sessionId, investigationName, visitName)