Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Email to outlying locations

Featured Replies

I am currenting using email to transfer files to outlying associates. I am doing this interactively. I want to automate the process.

The problem I am having is in creating, automatically, a file id. My thought is some sort of concatenation of my id, month and day, and associates id. For instance, HMH0413XXX would be the id for a letter from me on the 13th of April to XXX. Can anyone tell me how to do this through scripting.

You can do it as a calculation field or using a Set Field script step into a normal text field. The calculation would look like:

FromID & Right( "00" & Month(Date), 2) & Right ("00" & Day(Date), 2) & ToID

-bd

  • 3 weeks later...
  • Author

Thanks for the suggestion. The calculated field worked fine and I was able to put it into a related database so that it updates automatically on a daily basis.

Let me ask a follow-on question. I will be building an attachment to put on the email file which will be the found set of new records based on a date field and a flag field (yes/no) that I am using. I will name the attachment using recipient's id and the month/day combination again. Currently, I have not found a way to have that name inserted into the export filename automatically. Any suggestions on this?

HHill

You'll probably have to export the file with a default file name and use AppleScript to rename the file. I don't know if there is a plug-in to do this, it might be worth a look at www.filemaker.com.

-bd

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.