Quick-and-Dirty Blog
This is my TIL [Today I Learned] area. However, if anyone can benefit from my quick notes, by all means, go for it. Just know that I haven't been very careful about style or completeness.
PDM Workflow Conditions in SQL
By Karl | | TIL | PDM, Query, SQL, Workflows
It took me a while to find the tables that stored the workflow conditions of a vault. It kind of makes sense once found, though. They’re treated as transition conditions but to transitions that aren’t visible to users with a source state that isn’t visible. From what I can tell, that source state is StatusID…
Read More Netlify Large Media Setup
By Karl | | TIL | blog, git, hugo, netlify
Every time I need to clone blog.wooster.xyz to a new computer, I have to remember how to setup the credentials for Netlify Large Media. I’ve enjoyed using their system for the image transformations that it can do separate from my install and their use of a CDN. However, it adds another layer of complication to…
Read More DialogResult and the Cancel button
By Karl | | TIL | c#, Cancel, Dialog Boxes, OK
Cancel buttons can be an important part of working with forms. If no DialogResult is set, the form will close but the calling code will continue unhindered. To work properly, both the OK and Cancel actions should be set. First, make sure to be getting a result from the form: For cancel or close, the…
Read More Special Characters in XML Comments
By Karl | | TIL | c#, escape character, PDM addins, summary, xml
Something that I’ve come across a few times now is the need to include special characters in XML comments for custom methods. Specifically, when trying to show that a parameter or return is a List of something, how does one show the < and > in List<IEdmTransition10>? I kept trying to use ‘\’ or ‘\\’…
Read More - « Previous
- 1
- 2
- 3