Hello all, I am currently working on compendium integration for a sheet with a custom sheet and a related API. When an inventory item is dropped on a sheet, the sheetworker sends a message to the API informing it of the drop, and of the monetary value of teh that in return will post a message to the chat "attempting to buy {itemName} for {Cost} silver pieces. Do you want to confirm ?} and a button [Record Transaction] that would decrese the amount of silver pieces owned by the character. It works, BUT, users will certainly miss this feature, because by design, the chat button will appear in the chat, and by design the situation where it happens is one where the sidebar is set on the compendium. Is there a way for the API to change the view for this specific player, and change the sidebar to the chat ? I didn't see any corresponding property for the Player Object