If you determine that you need custom hosts in your production, you will also need to create custom production messages that will be passed between these hosts. In this video, you will learn when and how to create custom messages in Visual Studio Code.
トピックアウトライン
- Building Custom Production Messages
Building Custom Production Messages
- Code Used in This Video
Code Used in This Video
Reference Timestamp Code Define a property in a class 3:50 Property PropertyName As PropertyType;
%OnDelete method 5:55 Begin code: ClassMethod %OnDelete(old As %ObjectIdentity) As %Status [Private, ServerOnly = 1] { ///YOUR CODE HERE }End code - What's Next?
What's Next?
- Explore how to build custom integrations (learning path, 4h 45m).
- Read about connecting systems with interoperability productions (documentation).