Skip to content

Instantly share code, notes, and snippets.

@obedmhg
Created November 15, 2021 05:16
Show Gist options
  • Save obedmhg/3ea207fc693ec07384e2b7c96ddeea62 to your computer and use it in GitHub Desktop.
Save obedmhg/3ea207fc693ec07384e2b7c96ddeea62 to your computer and use it in GitHub Desktop.
Dash Commands
# Get Value
get /atg/commerce/order/OrderRepository.loggingDebug
# call Methods
call /atg/commerce/claimable/CouponBatchTools doStopService
call /atg/commerce/claimable/CouponBatchTools doStartService
# set property value
set /atg/commerce/endeca/cache/DimensionValueCacheTools.minimumCacheRefreshIntervalSecs 0
set /atg/commerce/endeca/cache/DimensionValueCacheTools.checkMDEXUpdated false
# Navigate to a component
go /atg/commerce/order/OrderRepository
#Print item from repository
print /atg/commerce/order/OrderRepository order o1755180935
# Query the Repo
query /atg/userprofiling/ProfileAdapterRepository user {email="[email protected]"}
#Using favorites on Dash
print @OR order o1755180935
query @PAR user {email="[email protected]"}
get @OR.loggingDebug
call @OR invalidateCaches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment