Skip to main content

Questions tagged [winter23]

1 vote
1 answer
1k views

I am trying to use PapaParse (a Javascript CSV analyzer library) in a Lightning Web Component. A lightning modal hosts the tool. Although I have seen examples of doing so in the past, I have been ...
skycafe's user avatar
  • 407
0 votes
1 answer
191 views

My team is working on a project that will likely take over 6 months. We are making edits to Site pages, classes, fields, flows, etc. Part of this process involves staging changes in a partial sandbox ...
user avatar
2 votes
1 answer
321 views

We have workflow rules in our managed package, As salesforce is stopping the support for creation of new workflow rules after Winter ’23 release, Will it still allow the creation of workflow rules ...
Karuna Kumar Yatam's user avatar
1 vote
1 answer
754 views

Now that Named Credentials have added External Credentials as the extra layer of authentication, is it still possible to have Named Credentials with No Authentication? It would appear that the ...
fred's user avatar
  • 3,901
9 votes
1 answer
511 views

I have observed in the last few days the following (locale = en_US): Date d = Date.parse('15/56/2023'); // run with api V55 System.debug(LoggingLevel.INFO,d); Environment ICU enabled? ...
cropredy's user avatar
  • 74.8k
1 vote
1 answer
409 views

I am trying to implement the new modal feature in LWC came up with winter 23 release. The link can be found here:- https://help.salesforce.com/s/articleView?id=release-notes.rn_lc_modal.htm&type=5&...
sanket kumar's user avatar
  • 15.8k
1 vote
1 answer
2k views

I am facing an interesting issue on a second generation managed package on Winter 23. In the lightning web component when a certain condition is not met, component fires a FlowNavigationNextEvent to ...
tugce's user avatar
  • 2,787
1 vote
1 answer
386 views

I am getting the following error: System Code) 17:05:53.175 (1986907158)|FATAL_ERROR|System.LimitException: Can only throw this exception type from VisualForce or Aura context It appears to be coming ...
Schuster's user avatar
1 vote
1 answer
618 views

REST Requests seem to be rejected by SF since Winter 23 hit our preview enabled sandbox. Below sample code runs (run on Exec. anonymous) smoothly in v54 sandbox, but fails with below error in v55 (...
Pasan Eeriyagama's user avatar