URL to project/plan edit pages?
I'd like to link from the admin area of our application to our CheddarGetter account. Specifically, I want a URL for the product edit page, and a URL for the plan edit page. It appears that this is not possible -- maybe the CheddarGetter UI uses a cookie or something to determine which product is currently selected. Is there a way around this?
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Marc Guyer on 03 Dec, 2010 10:57 PM
It certainly is possible. You can add the following to any link you see while navigating the GUI:
/productCode/YOUR_PRODUCT_CODENormally, within the GUI, you see CG's unique ids but you can replace them with your codes. For example, if the link is
http://cheddargetter.com/admin/plans/edit/id/d849a12a-ea13-102d-8501-40402145ee8byou can change it to
http://cheddargetter.com/admin/plans/edit/code/MY_PLAN/productCode/MY_PRODUCTSo, for example, if you wanted to link directly to the product settings page for a product with code=MY_PRODUCT, you would make the link like so:
http://cheddargetter.com/admin/configuration/settings/productCode/MY_PRODUCTFor a plan with code=EXPENSIVE_PLAN within product with code=MY_PRODUCT, the link would be:
http://cheddargetter.com/admin/plans/edit/code/EXPENSIVE_PLAN/productCode/MY_PRODUCTIf you're not already logged into CG, you will be asked to login and automatically be forwarded onto the desired location.
alex closed this discussion on 28 Dec, 2010 10:07 PM.