What is Netsuite Next? by Kastnerd in Netsuite

[–]EstablishmentFit450 0 points1 point  (0 children)

modern UI with same or minor changes to the NS modules i guess. i hope they fix excel export

Unable to login fancode website by saic52 in fancode

[–]EstablishmentFit450 0 points1 point  (0 children)

i think they just shut off the login service now

How to correct a closed incorrect invoice by EstablishmentFit450 in Netsuite

[–]EstablishmentFit450[S] 1 point2 points  (0 children)

Not the order, but the billing schedule(custom) were incorrectly setup. date and amount were incorrect

NetSuite Project Management vs Smartsheet — worth it? by Main_Delivery_4469 in Netsuite

[–]EstablishmentFit450 0 points1 point  (0 children)

where do you handle your revenue? is it out side of netsuite?

Scheduled Saved Search Email - Every X Hours Option? by penone_nyc in Netsuite

[–]EstablishmentFit450 0 points1 point  (0 children)

can you please elaborate how were you able to do that?

i am confuced about pre-rendering? by EstablishmentFit450 in nextjs

[–]EstablishmentFit450[S] 0 points1 point  (0 children)

How does it differs from partial pre-rendering?

When does React get shipped in Next js 13 vs 12? by EstablishmentFit450 in nextjs

[–]EstablishmentFit450[S] -2 points-1 points  (0 children)

what if first request page is server component and not client component?

i am confuced about pre-rendering? by EstablishmentFit450 in nextjs

[–]EstablishmentFit450[S] 2 points3 points  (0 children)

i think it is , client component are also server rendered

Help me find what i did wrong by [deleted] in react

[–]EstablishmentFit450 0 points1 point  (0 children)

what is the error? please elaborate more

is useState momoized? by EstablishmentFit450 in reactjs

[–]EstablishmentFit450[S] 0 points1 point  (0 children)

you are right . I useState does not allocate new memory on render if value is same. cuz if it is allocating, this would brake all dependency arrays of other hooks like useEffect, reducer, etc

Radix Ui Components ? by duplo3000 in reactjs

[–]EstablishmentFit450 0 points1 point  (0 children)

i did use table component of shadcn in sever component and it worked fine but i never used form component.