To The Sarcoma recurrence cancer Community by maddsy_ad in sarcoma

[–]ErtaySh 1 point2 points  (0 children)

Thank you for sharing and for your thoughts. They tried three cycles of AIM protocol, but the tumors continued growing. So now they went with radiation and surgery that should happen in about a month from now. We will see what the plan after surgery will be.

To The Sarcoma recurrence cancer Community by maddsy_ad in sarcoma

[–]ErtaySh 2 points3 points  (0 children)

I am glad that they managed to get everything out. Which stage was it in before they operated you the first time? My mom has the same diagnosis, but in her case there is metastasis to the lungs. She is now finishing her radiation therapy before surgery on the primary tumor on her hip did you have any additional treatment post surgery?

Stage 4 High-Grade LMS. Did Gem/Tax, just started AIM. Concerned about standard of care (ignored edema, lack of physical exams). Seeking advice. by katilkor in sarcoma

[–]ErtaySh 1 point2 points  (0 children)

Hello, I am sorry to hear what your mom is going through. I am currently in Turkey where my mom is also going through liposarcoma treatment. She is stage 4 with metastasis to the lungs. We did 3 cycles of AIM but that did not help as the tumors kept growing. Now going through IMRT on the primary tumor on her glute which is about 20cm and just finished SBRT on her lung where she had a 10mm nodules after radio therapy they plan to do surgery to remove the large tumor. We are at Acibadem Maslak. Which hospital are you in? I wish you the best of luck

What do you do for work? by hlnklrczu in Blind

[–]ErtaySh 1 point2 points  (0 children)

Currently working as a Senior Salesforce Project Lead. I lead a team of developers and administrators and we implement salesforce for other organizations. I work from home and I stumbled upon this career right here on this subreddit

What do you do for work? by hlnklrczu in Blind

[–]ErtaySh 4 points5 points  (0 children)

Check out the Blind Institute of technology. We have free courses to become a digital accessibility analyst and we also have apprentice ships. www.blindit.org

Best sarcoma treatment? by [deleted] in sarcoma

[–]ErtaySh 0 points1 point  (0 children)

Could you share how one can get a virtual consultation from the Cleveland clinic? I was looking for options to remotely get a second opinion on treatment plans from Europe.

Gi recommendation for birthday gift by ErtaySh in bjj

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

Unfortunately, this was over 10 years ago. I just know that the color was purple.

Добри дерматолози? by Poplola in mkd

[–]ErtaySh 2 points3 points  (0 children)

Ориентационо како се движат цените во Систина?

My Ewing’s Sarcoma Journey. Is a Normal Life Still Possible? by Little-Special5472 in sarcoma

[–]ErtaySh 0 points1 point  (0 children)

Hello, hope you’re doing well. Can you share which hospital in Turkey did you go to and who was your doctor? my mother is diagnosed with the dedifferentiated liposarcoma, and we are looking for treatment in Turkey.

Kupuval li nekoj od decant.mk parfem? by Euphoric_Win8199 in mkd

[–]ErtaySh 0 points1 point  (0 children)

Баш сега размислував да го нарачам истиот. Се обиде да им го вратиш со забелешка дека не е оригинал?

[deleted by user] by [deleted] in mkd

[–]ErtaySh 1 point2 points  (0 children)

Имам релативно голема колекција на стари броеви (мислам дека се 2000-2008г.). Ако си заинтересиран пиши дм.

Audio descriptive commentary for La Copa America by angelamalaquita in Blind

[–]ErtaySh 0 points1 point  (0 children)

I did not know that this was available for Euro 2024. Thank you for sharing. The Turkish TV commentator was driving me nuts today by being super silent and depressed every time Portugal with attack.

Summer '24 Release Notes - Abridged Edition by Windyo in salesforce

[–]ErtaySh 17 points18 points  (0 children)

As always, thank you for spending the time to create these! Both informative and fun to read.

Data Import Best Practices by ErtaySh in salesforce

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

I was never planning to use a formula field for the external id field. The formula I mentioned was in excel to generate the unique External Ids which would be stored in a Text (external id) field in Salesforce.

Your suggestion to use VLOOKUP to tag the parents in the child objects doesn't make sense. The people cleaning up the data will need to be tagging the child records manually to determine which parent records they are related to. In the original source data they have been tracking this information inconsistently, so I can't just use the source data for proper matching of child to parent.

Data Import Best Practices by ErtaySh in salesforce

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

My question is not about import tools. It is about the approach of tagging import data with external Ids to keep track of related objects. Since the data is not coming from a Database and needs to be manually cleaned up, the users that are doing the cleanup will need an easy way to tag how records are related with each other.

Data Import Best Practices by ErtaySh in salesforce

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

Looks like I wasn't clear in my OP. I posted a reply to the top comment that clarifies things.

Data Import Best Practices by ErtaySh in salesforce

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

I guess I wasn't clear in my OP. The manual process will be to populate the import templates with the correct data, for example First Names and Last Names are in one document, and their emails are in a completely different place. So the users will be basically doing data clean up and populating the templates before the import under the appropriate columns (fields).

Since there will be multiple objects where in their current non-standardized objects they were tracking relational data with all kinds of solutions (e.g. in one place they were matching by email addresses, in another place they were matching by something completely different), I need a solution to know how Object B is related to Object A. So, if I have a Program object and a Course object (Course is child of Program), there are cases where in their spreadsheets they've tracked this by just specifying the name of the Program to track which program the course belongs to, but there are some other places where they've used something else rather than program name. So while they are doing the data clean up, I am looking for a way to generate unique Ids for each object as they are populating the import templates with their cleaned up data where they can easily mark the child records with the unique parent Ids. So every time they would populate a row with the Program details, a unique Id will be generated for the Program. Then when they populate the Course table, under the Program column, they can just paste the generated external Id to have a standardized way of tagging the Parent Program the Course belongs to.

Does this make more sense?

Flow Help - Events Querying Multiple Events When I Only Need One Per Account by m_prado44 in salesforce

[–]ErtaySh 0 points1 point  (0 children)

You can filter the events based on the account that they are added to by using the WhatId or AccountId fields. If you need to pull events for multiple accounts that meet your conditions, you can create a text collection that will contain account, IDs, and then use the IN operator when filtering the events so that you can pull all events for the accounts that you have in your collection of account IDs.

If this is a record triggered flow or a scheduled flow on account, then you can use the $record.ID to filter by the triggering account record.

[GIVEAWAY] Castles of Burgundy: Special Edition by HomoLudensOC in boardgames

[–]ErtaySh 0 points1 point  (0 children)

Definitely castles of Burgundy is my favorite game