neha_gupta03
Explorer
Member since ‎09-23-2015

User Statistics

  • 16 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, If a model is being updated by two different threads with different attributes. For ex one thread is called from OCC service to update the model and the other thread for example from email is trying to update the same model simultaneously. How ca...
Hi, We have a requirement to redeclare some of the attributes of CustomerModel such as first name, last name , email to be encrypted. Can we do it on original Item type without defining a subtype otherwise we will have to change the model type at all...
Hi, We have a Claimsmodel that extends OOTB OrderModel but when we are trying to access the order model in our dao layer through code it is not returning values for claims model although we could run the query from hac flexible search for order model...
Hi, We have a requirement where we need to focus on the particular product in the product list page when the user navigates from product details to product listing page. The product list is paginated with 20 values pr page and is sorted by relevance ...
Hi, After successful login the page is always redirecting to the home Page "/" however I have changed the defaultTargetUrl of StorefrontAuthenticationSuccessHandler even then it is redirecting to homePage rather than to the custom controller. Could a...