acumatica fixed asset cannot tick depreciation after transactions - acumatica

While using fixed asset module, we create an asset without ticking the "depreciation" tick box in general/main tab. Then added a capitalisation journal entry for purchase, now we cannot tick the depreciation tick box. Is there any workaround we have missed?
Thanks

Related

Tabulator - Right click menu doesnt work 2nd time round

I am using tabulator to build a table builder that my users can modify how the table looks(columns, pagination, data etc).
I have a right-click menu on the headers with options to edit the column title, or delete a column.
It all works fine and is how I want it the first time around.
When the user modifies how it looks, for example, changing from no pagination to pagination, I am destroying the table and rebuilding it... like this...
this.element.empty();
this.table.destroy();
this.table = null;
this.initTable();
Everything gets drawn right, with all the correct data, however I can no longer use the right click menu, it just does nothing and I get an error in the console..
tabulator.min.js:10 Uncaught TypeError: e.action is not a function
at HTMLDivElement.<anonymous>
I am guessing the problem is something to do with event listeners? Am I destroying the table in the best way?
Any advice would be appreciated.
I am using tabulator v4.8.4 - I cannot go to v5 right now as it's a substantial change.
You will need to upgrade to Tabulator 5.1 there were issues with the menu library in that version that did not properly clear out references to previous menus when the table was destroyed

How to change the Data panel properties hover over information?

I am trying to find out if it's possible to customise what gets shown when I hover over any of the properties inside the Data Panel (inside the Spotfire Analyst). The current behaviour is to show the name of the property itself but I would like to change it so it shows a description showing what the property means.
According to TIBCO community, the option to see a description upon hover over is available in Spotfire 10.3. The version I am running is 10.0.

AEM touch ui dialog 6.3 - Validation Error Icon is overlapping Description icon

I have a title component(touch-ui) in my project and made the title field mandatory by setting required(boolean) – true at the title property level. Now, when we save the dialog with an empty title field, validation fires up, but the triangular icon overlaps the description icon in the component. See the screenshot attached. Is there any way to resolve this?
Seeing the same behavior in We.retail title component.
It's the same in AEM 6.4. I've kind of assumed this was by design, so that more attention is drawn to the error.
If you look at the JavaScript behind the validation logic, you'll notice that the description icon receives the u-coral-screenReaderOnly CSS class as soon as a validation error appears, which results in its disappearance. It's not that the error icon overlaps the info one. The latter is explicitly hidden from sight.
This appears to be part of the Coral UI 2 client library. This isn't something you could fix on your own (an attempt to do that would be tricky and not maintainable). If you need this behaviour changed, you could try your luck contacting Day Care. It does look like a deliberate feature though.

Why can't Acumatica find a view?

I created a DAC extension mapped to an extension table off of SOShipment. I have two custom fields in the extension table that I'd like to add to the Sales Orders entry form, specifically the grid in the Shipments tab. When I go to the layout editor for this form and select the Grid: ShipmentList under the Shipments tab, there are no fields in the Add Data Fields tab on the right. Also, I see a yellow circle with this error in several places:
The "ShipmentList" view is not found. Try to publish the customization project.
I published the customization project, but the error persists. To my knowledge, we haven't done any customization that would've touched the ShipmentList view. What is the issue here and how do I resolve it?
Since you are trying to add those Custom fields to the Grid: ShipmentList(which primary DAC is SOOrderShipment), make sure you add the Custom Fields to the Correct DAC extension, the correct DAC extension should be for SOOrderShipment.
(You have to rename the DataView because in base code, this Dataview is named shipmentList. However, the editor Tool when generating Customization Script for that screen is assigning ShipmentList(Capital S) to Datamember instead of correct Dataview name. )
So, then Go to Section Screen, Select SO301000 screen, select the Grid(ShipmentList) under the Shipments Tab, select Action->Edit ASPX, then locate on DataMember="ShipmentList" (with Capital S) and replace it for DataMember="shipmentList" (lowercase s). Then click on "Generate Customization Script" and publish your Customization.
After publishing, go to SO30100 Screen, select correct Grid and you will be able to see new Custom Fields and the warning message gone.

How to modify the NetSuite Integrated label

I had setup the Endicia label sever in NetSuite, but I'd like to do some modify on the label.
I was customizing the NetSuite Standard Shipping Label PDF/HTML Template and marked it as PREFERRED, but it doesn't affect to the label. The information on label still incorrect.
Does anyone know how to find out the correct label template in NetSuite or who has similar issue, how do you solve this issue.
Thanks
In order to change which shipping label is printed you need to Edit the Shipping Label Transaction Form. You can navigate there by going to Customization>Forms>Transaction Forms. Customize the Shipping Label form, select the Printint Type (in your case it sounds like it would be Basic), and then in the PDF Layout Dropdown menu, select the Shipping Label PDF you customized. Make sure this customized Transaction Form is marked Preferred, as only the Preferred shipping label prints from the Item Fulfillment record.

Resources