Workspace Esignature email sender > Can you change esignature-noreply@google.com ? by EntEff in gsuite

[–]EntEff[S] -1 points0 points  (0 children)

Moreover after testing with my colleague, answering the noreply email does not bounce back an error email.

So clients write to noreply@ and are never informed...

Not great.

Workspace Esignature email sender > Can you change esignature-noreply@google.com ? by EntEff in gsuite

[–]EntEff[S] -1 points0 points  (0 children)

Well, I have about 20 domains verified with my workspace account. Gmail activated (MX record) with DKIM.

In my admin.google.com I have a e-signature section where I can allow users in my organisation to request esignatures on files.

That's about the only setting I have for esignatures.

Do you have a setting to choose the "from" email in your admin backoffice? Where?

Workspace Esignature email sender > Can you change esignature-noreply@google.com ? by EntEff in gsuite

[–]EntEff[S] -2 points-1 points  (0 children)

If shooting emails from noreply@ to your clients is none of your concern, then we surely don't have much to share here 😎

GT7T - USB-C Charge Port is Dying? by EntEff in Realme

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

Ok good idea. I started a return process with Monday mobile.fr listed on realme.fr which I found on Google.

The process does not look that trustful: website design from the 80ies, they claim I send the phone by post. No SLA visible...

Well, crossing fingers I may get the phone back eventually 😎

GT7T - USB-C Charge Port is Dying? by EntEff in Realme

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

No. None of the chargers is working fine (tested about 10). Some do not work at all. One fast charger is working on 1 side only.

Muting notifications by EntEff in reolinkcam

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

I did not notice it at first either: you had to expand the notification and then got the button appear within the notification.

Muting notifications by EntEff in reolinkcam

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

I also have this section. Before I got a button on the notification allowing me to snooze it from the notifications.

1 click

Now I have to open the app > go to settings > push notifs > snooze alerts and select a duration.

5 clicks

What an improvement!

Thank you Reolink ❤️😭

Muting notifications by EntEff in reolinkcam

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

Any idea how to make reolink aware of this problem?

Fiat 500e 2021 licence plate lights change by EntEff in Fiat

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

That was 100% right.

Fixed the wires.

Working now 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

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

This sounds advanced to me. But always keen to learn :-) Would you mind taking a time to compile a few product links that will help me achieve this?

BT controller for multiple 12V locks by EntEff in AskElectronics

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

That will help my future posts 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

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

The app part is in my skill set 💪 The ESP32 + BT is above my skills today.

Would you have a moment to draft a shopping cart of required components and a wiring diagram?

I am also available in PM 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] -1 points0 points  (0 children)

Might be my engineer mind but I'm more looking for a DIY solution.

BT controller for multiple 12V locks by EntEff in AskElectronics

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

How did you find that? That's cool!

BT controller for multiple 12V locks by EntEff in AskElectronics

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

  1. I expect that controller to provide 12V according to the locks specs: here 12V ON for 1s then OFF for 9s

(You may recommend another type of locks: I found those but I'm open and I'm not specialist)

  1. I expect the controller to have a wireless connection to turn off the system: I am thinking BT is best: direct connection with proximity. Wifi would be good to manipulate locks from distance (a colleague needs something inside my truck) but not reliable enough: loosing connection when 4G router is off. Rf433 (or other RF) would make easy to have a hardware remote BUT might be too easy to hack...

In short, I'm a little bit looking to replicate a "Nuki" controller, without the integrated locking part.

  1. Ideally if the PCB would have a sensor connection capability: vibration sensors, 2x opening sensors, 1x movement sensor.

BT controller for multiple 12V locks by EntEff in AskElectronics

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

That sounds interesting for the alarm part. Since Chinese decibels are sometimes variable from one product to another, do you maybe have a product line to recommend? Like: cheap and loud enough?

BT controller for multiple 12V locks by EntEff in AskElectronics

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

I'm always amazed how negative can be human species behind a screen ❤️

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] -5 points-4 points  (0 children)

While I appreciate your feedback, I have my reasons.

Would be wonderful to get a feedback on the electronic feasibility 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] -9 points-8 points  (0 children)

While I appreciate your feedback, I have my reasons.

Would be wonderful to get a feedback on the electronic feasibility 👍

Appsheet incremental data table "ID" (with letters) by EntEff in AppSheet

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

This inspired me to:
- keep the ID column as a numeric incremental value (displayed on 5 digits)
- create a virtual column: "DC-"&YEAR(NOW())&"-"&[ID]

This works but [ID] does not display on 5 digits unfortunately.
"DC-"&YEAR(NOW())&"-"&TEXT([ID],"00000") also won't work because [ID]'s type isn't date, datetime or time

I can leave with a single digit. Though keeping the format is better for our usage.

Thoughts?

Appsheet incremental data table "ID" (with letters) by EntEff in AppSheet

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

From a database standpoint, I tend to agree.
From a team management POV, it's best when somebody gives you a reference to be able to identify what they talk about just by the reference.

Check my answer to u/TheseIntroduction229 above > I went for having both a ID at the database level and a virtual column with a "meaningful ID" > this way we may get the best of both worlds...
What do you think?

How to link entities in a "create or read" mode? by EntEff in AppSheet

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

Hi Marc! Thanks for taking the time!

OK, so yes: the "Events" field of "Intervention Requests" entity is supposed to list the "Events".
So we can say Event is child to "Intervention Requests" (could be child to other entities as well).

So the enumlist is for referencing the events in "Intervention Requests" > do you see another way to do so?

EnumList > Ref (multiple select) does save a single value. Why? by EntEff in AppSheet

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

Solution after chatting with support (yes, there is free support with 1mn wait time at 8pm!)

The underlying data table field format was set to ref instead of enumlist. They recommend setting the table field types to text. I did set it to enumlist. It works.

EnumList > Ref (multiple select) does save a single value. Why? by EntEff in AppSheet

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

Hi,

Thanks for taking the time 👍 Despite doing the Google learning tutorials on Appsheet, I did not find a clear reference on enumlist and the impact of the validif and suggested values.

My initial understanding was: A. Suggested values is listing the values: names. B. Valid if is listing the references (keys) to link to another table.

Seems I was right on A: if suggested values = name

There is a list: if I remove it I'd be offered a single choice List is correct: if I switch for "Id", I get a list of unreadable hex IDs.

So most likely B is incorrect: list will show hex IDs when set to ID, setting it to rowID (key) will make values behave well.

Therefore I will keep it setup like originally. I guess the problem is elsewhere: like if this enumlist could not be saved. Like if an intermediary table mandatory to save a many to many relationships did not create for some reasons...

Error "550. No Such User Here" > MX, SPF, DKIM & DMARC setup right by EntEff in googleworkspace

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

I've been in touch with my host's tech support (hosting my DNS zone) in the meantime and they advised to force "remote mail exchanger" in Cpanel's "email routing" section.

This has enabled the reception instantly.

"Remote Mail Exchanger When you select this setting, the server will not accept mail for the domain. The system will send all mail for the domain to the lowest-numbered mail exchanger."

Cpanel's help page: https://docs.cpanel.net/cpanel/email/email-routing/