Order Entry screen showing {{strings.XXXX}} in stead of field names

I’m serious @JasonMcD … I found this through the event log and saw that this file was having an error and got so sick of it I just deleted it (in test of course) to see if it fixed it and it did.

I watched this folder first to try and understand, and what I know is, if you delete this or run 191 or whatever it clears this file.

But when you open sales order entry app again, you’ll see that a bunch of files get written to this folder then they go away and you’re left with one file… the json file pictured above.

Now when two people open sales order entry at the same time and both actions write the same exact files to the same directory… what do you think happens? A conflict… That’s what I boiled down our issue to. Two people opening same form at same time… which happens often especially when customer service all starts at 8AM and production starts at 6aM etc. A bunch of the same forms are opened at once.

Deleting the related file in the related app directory resolves it for us, but I’ll try the app studio thing too next time.