--- tags: sfcc, questions --- Questions for SFCC Solutions Architect === * product data feed import to sandboxes * would assist with development and troubleshooting * replication from development to sandboxes * list of documentation * anything available that we don't know about * Better way of shipping logs to another place, e.g. S3, without using WebDAV * Speed of server response is inconsistent * Speed of sandboxes is inconsistent * Sometimes too slow to use, especially while remote debugging * Is is possible to deploy without shipping a Zip file via WebDAV? * Unit testing * Are there any frameworks available? * It's not standard Node.js/Javascript * Any available development tools that may be useful: * Other than Eclipse * Instance Management * How can a demo sandbox be dedicated for latest Sitegenesis releases? * Business manager * What is the reason for the slow down of Staging environment after reindexing manually. * Enable Active Data for NZ : Our ISML templates are instrumented to enable analytic data collection and Active Data have been enabled for Mecca NZ through a SalesForce.But there is no active data appearing for customers and products. Are there any other steps need to be carried out? * Modified details in Slot Configuration: Is there any way to track the modified by and modified date in Slot Configuration? * Export specific content: Is there any way to export content by content id or folder id without exporting all content? * Delete expired content: Is there an easy way to find expired promotions, coupon codes, source code groups, content slots and campaigns?Deleting the expired content will be useful to avoid quota violation issue. * Default Values for system attributes: Is there any way to set a default value for system object types? * Demandware platform * Customer login history: Is there any way to access login time-line through APIs or using active data? * JS Controllers: Is there any way to set timeout Parameter for JS Controllers Sub Scripts Methods? * How to maintain the latest SiteGenesis cartridges in the solution as a reference? * Quota violation * How to avoid api.basket.addRemoveInSameRequest quota violation? * Jobs framework * What is best way update/delete all existing customer data such as Remove saved address, wishlist, payment instruments? * WebDAV logs * Is there a way to download the all the logs into one file to access WebDAV logs? * Inventory import workflows * Currently, we have four workflows to import inventory. Workflow 1. Download inventory from FTP for both AU and NZ Workflow 2. Retry the step 1 if step 1 failed Workflow 3. Import AU inventory Workflow 4. Import NZ inventory Is it possible to improve performance by merging the workflows as below by adding components? Workflow 1. Download AU and NZ inventory from FTP (Component 1: Download AU inventory from FTP, Component 2: Download NZ inventory from FTP) Workflow 2. Import AU and NZ inventory (Component 1: Import AU, Component 2: Import NZ inventory)