DASH - DynAdmin SHell

Better /dyn/admin have integrated a tool called Dash (DynAdminSHell), with Dash you can execute methods set values to properties, do queries and more, to open Dash just click on Dash >_ button at the top right corner of the screen or with alt + ctrl + t here are some examples of the multiple features you can have:


# 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="test@test.com"}
#Using favorites on Dash
print @OR order o1755180935
query @PAR user {email="test@test.com"}
get @OR.loggingDebug
call @OR invalidateCaches
view raw dash.dsh hosted with ❤ by GitHub

The Screen looks as follows:



Additionally you can save scripts to reuse them easily, you can do this with this tool bar




Comments