Scenario – User facing issue when approving Expense Report of his subordinate. The error message is related to a permission violation issue.In the expense report, the Next approver is the supervisor but he is not able to approve the expense report Solution – The issue was with the Departments. The expense report has the department… Continue reading Expense Report Approval Issue
Month: September 2022
See the inactive items in the global search
Usually, the global search didn’t show the inactive items. To see the inactive items in the global search add “+” sign after the item. It will show the inactive item in the global search.
How to format date in magento using phpframe wrok?
<?php /* @noEscape */ $date = $block->formatDate($_order->getCreatedAt()); $newdate = new DateTime($date); $strip = $newdate->format(‘d-m-Y’); echo $strip; ?>
Showing all pending journal entries when there is a workflow to hide the journals
The client has a workflow to hide the journal entries which is created by the login user. Only other users can see and approve the journal entry. But he needs to see which of the journal entries have to be approved at the end of the month. Solution:- Create a transaction saved search. This search… Continue reading Showing all pending journal entries when there is a workflow to hide the journals
Utilizing Memorized Bill Transactions
Utilizing Memorized Bill Transactions
Unapplied the Payment applied to an Invoice and reverse the impact of the Payment record
Scenario: User creates a payment record and applies it against an invoice but later on the payment becomes invalid. To resolve, user needs to follow below steps: I. Unapplied the Payment from the Invoice record 1. Pull up the Payment record on edit mode. 2. Under Apply tab > Invoices sub tab, unmark the Apply box for the invoice it was applied to. 3. Hit Save button. II. Reverse… Continue reading Unapplied the Payment applied to an Invoice and reverse the impact of the Payment record
India GSP Configuration
GSP stands for GST Suvidha Provider. A GSP enables a GST taxpayer to comply with all the procedural provisions of the GST law through its web platform. ClearTax, an online tax filing platform has been granted the status of GSP. A GSP provides innovative methods or means of an effective interactive platform for taxpayers to… Continue reading India GSP Configuration
Error: Numeric instance is lower than the required minimum (minimum: 1, found: 0)
Code: “requestedQuantity”: {{#if this. Item_Qty}}{{{this.Item_Qty}}}{{else}}0{{/if}} Using the above code , Celigo tried to assign 0 to the ‘requestedQuantity’ in the Client system. But, ‘requestedQuantity’ field set as minimum required ‘1’ quantity. So, it shows an error. Error: { “errorCode”: “311”, “errorDescription”: [ “[Path ‘/lines/5/requestedQuantity’] Numeric instance is lower than the required minimum (minimum:… Continue reading Error: Numeric instance is lower than the required minimum (minimum: 1, found: 0)
Scheduled NetSuite Workflow that runs a SuiteScript
Here is a list of steps required to create a scheduled NetSuite workflow that runs a SuiteScript: Create a saved search Create a scheduled workflow that references the saved search Write, upload and deploy a “workflow script” Associate the workflow script with the workflow Test the workflow Release the workflow Create a saved search: Your saved… Continue reading Scheduled NetSuite Workflow that runs a SuiteScript
Delete LastPass Credentials
Use the following steps to delete your LastPass credentials for a specific website: Open the LastPass folder Celigo shared with you (Company Name). Right-click on the site you want to remove from LastPass. Click Delete. This will move the site to the LastPass Deleted Items folder. Click Advanced Options in the left navigation menu, and click View deleted items. This opens… Continue reading Delete LastPass Credentials