Step 1: Setting up the scene We will use a plane as the ground, a sphere as the foot, a sun lamp, and a camera. We will scale, move, and rotate them to create a basic scene. Step 2: Creating the snow material We will use a noise texture to create the snow surface, and… Continue reading How to Create Interactive Footsteps on Snow in Blender
Month: February 2024
RERA software
The purpose of RERA software in India is to bring transparency, accountability, and efficiency to the real estate sector. By digitizing and centralizing regulatory processes, the software ensures that real estate projects comply with statutory requirements, protecting the interests of homebuyers and promoting a fair and well-regulated real estate market. The real estate sector is… Continue reading RERA software
Why don’t some of the locations appear in the item’s Inventory Detail subtab?
Issue Reason Items that are on hand but were not associated to bins will not show under Inventory Detail. The item in a particular location is not allocated to the bins when the inventory adjustment has been created. Items that are on hand but were not associated with bins will not show under Inventory Detail… Continue reading Why don’t some of the locations appear in the item’s Inventory Detail subtab?
Hide or Remove the Empty Wishlist from the wish list
If you want to hide the empty wish list from the list Extend the Product listlists view and MenuTree view _.extend(ProductListListsView.prototype, { childViews: _.extend({}, { ‘ProductList.ListDetails’: function () { var self = this; self.collection.models = _.reject(self.collection.models, function (items) { return items.attributes.items.length == 0; }); return new BackboneCollectionView({ childView: ProductListListDetailsView, viewsPerRow: 1, collection: this.collection }); }… Continue reading Hide or Remove the Empty Wishlist from the wish list
Authorized Dealers’ Role in Softex
Authorized dealers play a crucial role in the Softex procedure, which is a mechanism used in India for reporting and monitoring the export of software and software-related services. Here’s an overview of the authorized dealers’ role in the Softex process: 1. Verification and Authentication: Softex Form Submission: Authorized dealers are responsible for receiving and verifying… Continue reading Authorized Dealers’ Role in Softex
Item is Not showing in Reorder Page
Reorder Functionality is Default in SuiteCommerce Advance and SuiteComerce So we no need to Enable any things for this Functionality For SuiteCommerce MyAccount (SCMA) we need to Enable the check box from Configuration For SCMA website Open Configuration by choosing website and Domain Click on My Account Tab Select Preference sub tab Check the Allow User… Continue reading Item is Not showing in Reorder Page
Saved Search Formula to Display Day of the Week
Navigate to Lists > Search > Saved Searches Saved Search: Click Edit Click Results Field: Select Formula (Text) Formula: Enter SUBSTR((TO_CHAR({today}, ‘Day’)), 0, 3) or use (TO_CHAR({today}, ‘Day’)) Note: You may replace datecreated with the field ID of a date field of your choice. Click Save & Run
Missing Calculate Weight Button in Assembly Item
Scenario User wanted to automatically calculate all of components’ total weight in the Assembly item but could not find the Calculate Weight button. Solution Navigate to Customization > Forms > Entry Forms Click Edit besides preferred Item Form Click Fields subtab Click Sales/Pricing sublist CUBIC Weight: Enter Checkmark on Show Checkbox Note: Item Weight… Continue reading Missing Calculate Weight Button in Assembly Item
Boomi – Adding documents to a document cache
Adding documents to a document cache Use an Add to Cache shape to add documents to a document cache so that you can reference them later in the currently executing process or in a subprocess. Procedure Drag the Add to Cache shape onto the process canvas. The Add to Cache Shape dialog opens. Enter a display name… Continue reading Boomi – Adding documents to a document cache
Boomi – Add to Cache shape
Add to Cache shape The Add to Cache shape is used to add documents to a document cache so that they can be referenced later in the currently executing process or subprocess. The Add to Cache shape references a Document Cache component, which describes how the cache is defined. The documents coming into the Add… Continue reading Boomi – Add to Cache shape