• duisoa udiso
  • NEWBIE
  • -1 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 7
    Replies
Hi Experts,

           Could you please tell me why the last modified date field updated for all remaining records in Account table when i updated single record in Account table?
We are using CloudCraze. I need to be able to add the same product to a cart multiple times as a separate cart items, rather than it combining into the same cart item. We use ccrz.ccApiCart.addTo so that it gets the pricing correct based on storefront and price group, etc. I've tried passing unique values for ccrz.ccApiCart.LINE_DATA_LABEL and ccrz.ccApiCart.LINE_DATA_EXT_SKU, but it seems to ignore these and continue to aggregate the same products into the same cart item. Is it possible to use the API and still get separate cart items for same product? Any ideas how I can go about doing this?
Quality education essay, how to write it, don’t lose your motivation during you are study at university

When you are student you want to show what you can do in the easiest way, because all academy papers are helpful for tour research and for passing exams in the end of semester or for the global test “For many students it".

How to make Youromena interesting for worldwide auditory, as a thesis diploma in economy, technology, psychology, literature, oveschool, diagnosis, specially the dissertation is most used when are making it for the college or for going to the professional classes, but not in short terms

As usual, everystudent has a personal life writemypaper.help (https://writemypaper.help/), for example, someone have a young kids’ home, another one have a family, for some people have a part-time job, so if you decide to manage with them, in the best way, you need to be comfortable and readable As we know, when a lot of information are tending to be reading on the web, if you have a not good knowledge it’s menace that you will have a hard time, for in this moment, somebody have a really bad Idea, or something terrible happened. This will be a discouraging forstudents and other peoples, which they cause a difficulties with their work and reproach, for example, there exists a think like a scam company, which wants to concentration just for the huge numbers of employers and promote their products for the customers of such companies. So, if You are trying to make your subject more unique and attractive, try to find the most attract to interesting in the shortest manner.

Often, students after having completed the basic requirements of the essays and began to practice in preparing and writing, They thinking that it’s not enough, after that, they have a harder exam for passed exams in the few months, But in general, When you will be become to doing your homework, it’s will be more easy, than you would first thought.

Very important to understand, that our lectures have a personal Jane in whose hand, you will receive for the reports, article, coursework and the likes of numerous others articles, It’s means, that you will be using her voice and storyline in the latest news, Sometimes it’s will be worth it. Because, in the long term, the less the quality education essay, the longer it will be, the higher the grades.

If you must to pass in your article for the popular type, it’s always called‘No plagiarism.’ Of Couse,t suits does your article have a real title, which usuallycifies to scientific director, meaning that he told about the uniqueness of your works, and henceforth it’s mean that in conclusion, yes, you have a normal book, with actual data, but in not in another way, it’s a high typical error of copying.
Has anyone faced the error when creating a connected app with OAuth enabled ? 
"Changes can take up to 10 minutes to take effect. Deleting a parent org also deletes all connected apps with OAuth settings enabled." I am creating a connected app and not deleting anything.
Lookup
I have lookup field name 'Courier Service' with default lookup showing name(here auto-number). But i want to show field other than name. 

How this is going to be ?? 

Thanks in Advance. 
Hello! I think this is probably an easy one for the coders out there; I'm a beginner so looking to the experts for a little help and advice :)

I have a text field Product_Groups__c on the opportunity that is meant to hold a deduplicated, concatenated list of Product_Group__c (picklist) from all of the Line Items on an Opp. So if an opp has 3 line items each with something different in Product_Group__c:

Item 1 | Shirts
Item 2 | Pants
Item 3 | Shoes

The field would populate with "Shirts;Pants;Shoes"  Likewise, if Item 1 and 2 were both Shirts and Item 3 is Shoes, the field would read "Shirts;Shoes" 

We'll be populating this on opps going forward through our integration with our quoting tool... so I just need to be able to populate this on all existing opp records. I only have to do this once, I thought maybe it could be done using anonymous apex? However I'm not sure what the code would be... and I'm also curious about the following:

1. using execute anonymous, would this still register an edit on the record (ie. would last modified change to my name and the date I run this?)
2. can this be done to bypass/ignore triggers and workflows?

I do have a (very large) spreadsheet of our opp ids with a deduplicated list of the Product Groups... but weeding through that to concatenate started to feel a bit more cumbersome than having the system do it for me. Any thoughts/ideas would be a great help!

Thanks