cancel
Showing results for 
Search instead for 
Did you mean: 

CBTA: How to record Solution Manager Check Out Document steps

sady_2015
Participant
0 Kudos

Hi,

I am automating a Solution Manager script to check out and check in document in on of the SolDoc nodes. I right click on the document-->click Check Out--> it shows the document at the bottom left corner of Chrome window, however, beyond that I cannot really do anything. So, i basically want to open the document and save it to the desired shared location on sharepoint. Can anyone please advise if it is possible to record those steps?

The screenshot don't even show the document at the bottom left....basically nothing that is related to saving the document.

I also have a scenario that I want to make sure when I click on the Document link in SolDoc, the document opens and the screenshot of the document can be captured in the execution log.

Thanks,

Sadhna

sady_2015
Participant
0 Kudos

Here's the screenshot.

Accepted Solutions (0)

Answers (2)

Answers (2)

sady_2015
Participant
0 Kudos

vijayjeethuri

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sadhna,

As i understand opening the file and saving the document is not recorded. Please try the below:

you have to manually add a step after the click that makes appear the notificationBar on the bottom of the window. Since you want to save your file at a specific path you have to use the Web_SetValue component. In the URI just write “NotificationBar.SaveAs”. This will tell CBTA to target the notification bar and to click on the on the SaveAs button. Then your path will be entered.

Thanks,

Aj

sady_2015
Participant
0 Kudos

Thanks Ajay. I tried to insert a step to open the document I click on, in Chrome, however, it did not work. See screenshot below, I need the script to read this bottom left arrow and then click on open to open the word doc. I looked at CBTA documentation and it mentions ie.control=NotificationBar.Open, so, I suppose there should be one for Chrome too?

1. So, one Fiori scenario in Chrome is to click on the document link-->then click on the notification arrow at the bottom left of the chrome window-->click on Open to open and display the document--> take screenshot of that document

2. The other scenario is to take it a step further. After opening the document (since there is no Save option in chrome bar)-->save to shared location-->check the document back in from that location (this last step is possible. Where i'm struggling is I can't have the script to open and save the document. Maybe working in IE would have been easier but then Fiori does not work very well with IE (especially for CBTA).

Any inputs to resolve this issue will be very helpful. Thank you!!