Field Usage throughout Salesforce [closed] - salesforce

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
When deleting any object field, salesforce prevents if its used in Apex code, workflow etc. but does not warn if used in Email Templates. Is there any app available to list field usage throughout salesforce ?

I'm not aware of an app for this, but what I do is keep a Force.com IDE project handy with everything in production (actually I was hitting the 5,000 limit so I have two projects, one with reports and one with everything else). Do a refresh then use a search tool, grepWin in my case, to find everywhere fields are referenced including email templates and reports. Works great for identifying field usage before deleting as you've asked here. Also works great for finding misplaced email templates and you can check the project into source control for some history too.

Related

Using VSCode to develop code (HTML, CSS, JS files) that are stored in a database? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 days ago.
Improve this question
If that question makes no sense, let me explain!
I currently store a templating system (raw HTML, CSS & JS) for a CMS system in a MySQL database. The CMS allows users to edit those templates, but currently the only way to do so is via a rubbish code editor in the browser.
In an ideal world, a user would be able to connect their VSCode editor to an endpoint that I can make that will provide all those templates in a relevant file structure which they can use to edit and save changes to via VSCode.
Does anyone know of any extensions that allow you to do a similar thing and/or if it's at all possible if I made my own extension? (I've never dabbled with VSCode extensions so not sure what the limitations are on the APIs accessible to me as a developer)

Packaged application for CRUD operations on a database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I know that there are many tools for the visualization of databases such as metabase, grafana, tableau, superset ...
But I don't know of any packaged software that allows CRUD operations (crete, read, update and delete) on a database.
This problem has been presented to me several times in several of my projects, wanting to make a table available to a user and that does not merit custom development. I bet a lot of people must have this same situation
But I have not found any packaged software that provides crud operations on a database table. So it seems extremely strange to me and I wanted to see why, is there a design problem in this functionality? Or am I just doing the wrong google search and these softwares have another name?
Do you mean something like a Database Management Tool?
You have plenty of them, personally I use DBeaver.
If you mean about frameworks which generate a boilerplate API with CRUD operations, you have Loopback, from IBM.
And if you mean something you could access as a web-application, then you have PHPMyAdmin if you're focused into MySQL/MariaDB.

Multilingual headless cms with support for articles [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm looking for headless cms with good support for several languages. It is my first project with headless cms so i tried to find something on my own but i couldn't find solution which i want. I decided to use strapi but it has poor (or maybe i miss something) internalization API. As i saw i can provide multiple language but just for some word's/sentences.
https://strapi.io/documentation/3.0.0-beta.x/guides/i18n.html#usage
But my question is about some solution that can distinguish content built with content builder (some articles etc), or maybe if we cannot achieve that in strapi, is there some other free headless cms with that feature ? I couldn't find that and i've not seen any article about achieving that behaviour.
Best regards and thank You in advance.
contentful has good multi-lingual content support but it's SaaS so you can't host it yourself.
Pricing is based on the number of spaces and users you need, plus a platform fee.
Directus is free (on-prem PHP) or pay (Saas) and supports content in many languages via "translation" fields which are returned as specified by the lang parameter in the API.

Looking for a web-based log collection/display application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
A project I'm working on currently involves using a disparate set of technologies, including .NET, PHP, Asterisk and bash scripting. Each of the applications in use produces some logging; technical logging for administrators and user logging. The technical logging is easy, all logs are written to disk as text files.
For the user logging, I'd like a central portal where messages can be viewed, filtered and perhaps reported on.
Essentially, I'm looking for a web based application that will accept a number of log sources (including web services and syslog at a minimum), allow the logs to be stored, displayed and filtered in a web UI and ideally have the possibility of triggering events such as email or SMS.
I'm about to embark on writing this application; before I do, I want to make sure that I'm not reinventing the wheel. Any pointers/recommendation?
EDIT
I've found Exceptioneer and Hoptoad - both of which look promising - are there any other tools like this (ideally open source) ?
I think Loggly seems to most closely meet my requirements. I also found Errbit (open source HopToad-alike), LogStash (looks a bit immature for now) and GrayLog2.
I suspect I'll give Loggly and Hoptoad a go.
Logverse might be in the ballpark of what you are looking for.

WPF Contacts Manager [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need for a ready-to-use WPF contacts manager with source code (possibly in C#).
Incredibly, the web seems to be very poor on that side.
I've found these links for interesting implementation:
http://www.johnstagich.com/WPF/publish.htm -> No source code available
http://www.paulstovell.com/wpf-model-view-presenter -> source code broken link from undetermined time...
I don't need fireworks... just an implementation with basic contacts fields, able to manage some thousands of contacts and an embedded search engine.
I was initially tempted to use Microsoft LightSwitch, but it's already in Beta 1, and the intrinsic limitations of Silverlight made me change road.
Any suggestions?
Although this is not the answer you are looking for try using Karl Shifletts Xaml Powertoys to build simple data entry forms for you in WPF.

Resources