When missing any symbol from the advanced PDF template, we need to check the fonts established in the PDF. If it’s a standard NetSuite font then the symbols will work. In the case of Chinese font, we need to import new fonts by using TTF file uploading. So we require fonts that support the indian… Continue reading Indian Rupee symbol in advanced pdf template
Month: November 2023
2FA Authentication verification code not received.
User with 2FA authentication code not received, is usually connected to some problem with app, or Mobile Phone that had to undergo a hard reset, and lost all data. Administrator can try to proceed with 2FA reset for the affected user, under: Setup > User/Roles > Two-Factor Reset Tool, but that will generate following error: You cannot reset the 2FA… Continue reading 2FA Authentication verification code not received.
Limit tags to a pre-defined list in bbpress?
Create a plugin using the code below: <?php /* Plugin Name: Restrict Topic Tags Description: Restricts tags to a pre-defined list. Author: _mr_raptor_ Version: 0.1 */ $allowed_tags = array( ‘test’, ‘test2’, ); function restrict_topic_tags_form( $args = null ) { $defaults = array( ‘topic’ => 0, ‘submit’ => __(‘Add »’), ‘list_id’ => ‘tags-list’ ); $args =… Continue reading Limit tags to a pre-defined list in bbpress?
The integration of Shopify with Hubspot and Learning portal
Proposal-for-Shopify-LearnWorlds-Hubspot-Integration1Download Thank you.
Custom segment and brand customization
For the item record copy-making process for the custom role of Demand Planning Coordinator. Despite inactivating the workflow, the Brand value continues to be set as “General.” We have also created items by making copies from different roles, but the Brand is not being updated. When we tested with the Administrator role the brand was… Continue reading Custom segment and brand customization
Solutions to the Cloudways Server CPU hike
Verified the issues on the server and added some bot blockers to avoid website traffic. Added Robots.txt file exceptions which include having the following permissions 1. Disallow: /app/ 2. Disallow: /bin/ 3. Disallow: /dev/ 4. Disallow: /lib/ 5. Disallow: /phpserver/ 6. Disallow: /pub/ This is included in the basic theme of Luma here we have… Continue reading Solutions to the Cloudways Server CPU hike
Adding Translated Content in Advanced Printouts
nstranslation.load – loads strings for specific keys of specific collections for specific locales. The locales parameter is optional. If not defined, the current locale from FreeMarker is used.In the example that follows, strings with the keys GREETINGS and INTERVAL_1_TO_2 load from the custcollection_testcol collection for the cs_CZ and en_US locales. The translation for cs_CZ contains “Ahoj” and translation for en_US contains “Hello” “collections”:[{“alias”: “myAlias”,“collection”: “custcollection_testcol”,“keys”:… Continue reading Adding Translated Content in Advanced Printouts
Project Specification Form on the My Account section of the website
Thank you.
3D printing low-run injection molds
This article discusses the use of 3D printing to print molds for low run injection molding. Design considerations, materials, molds configurations and a comparative case study are all included Introduction Injection moldingĀ is the most common method for mass producing plastic parts. It is ideal for producing rapidly very large numbers of identical parts with tight… Continue reading 3D printing low-run injection molds
EXTRUDING OPERATION IN FUSION360
Extruding in Fusion 360 is a fundamental operation that involves extending a 2D sketch into the third dimension to create a 3D object. Here’s a step-by-step guide on how to extrude in Fusion 360: Extruding a Sketch: Create a Sketch: Start by creating a 2D sketch on the desired plane. Go to the “Sketch” menu,… Continue reading EXTRUDING OPERATION IN FUSION360